Prarit Bhargava
7dad171c39
vxge: Fix checkstack warning in vxge_probe()
...
Linux 2.6.33 reports this checkstack warning:
drivers/net/vxge/vxge-main.c: In function 'vxge_probe':
drivers/net/vxge/vxge-main.c:4409: warning: the frame size of 1028 bytes is larger than 1024 bytes
This warning does not occur in the latest linux-2.6 or linux-next, however,
when I do a 'make -j32 CONFIG_FRAME_WARN=512' instead of 1024 I see
drivers/net/vxge/vxge-main.c: In function ‘vxge_probe’:
drivers/net/vxge/vxge-main.c:4423: warning: the frame size of 1024 bytes is larger than 512 bytes
This patch moves the large vxge_config struct off the stack.
Signed-off-by: Prarit Bhargava <prarit@redhat.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2010-06-02 05:51:19 -07:00
..
2010-05-28 16:14:17 -07:00
2010-05-25 19:41:19 -04:00
2010-05-31 00:27:47 -07:00
2010-05-25 08:07:09 -07:00
2010-05-27 09:12:48 -07:00
2010-05-22 00:36:56 -06:00
2010-05-20 21:04:44 -07:00
2010-05-18 16:10:44 -06:00
2010-05-27 22:05:02 -04:00
2010-05-19 17:10:57 -07:00
2010-03-30 22:02:32 +09:00
2010-05-18 08:49:13 -07:00
2010-05-28 16:14:17 -07:00
2010-05-22 00:36:56 -06:00
2010-03-30 22:02:32 +09:00
2010-05-30 09:12:43 -07:00
2010-05-27 09:12:52 -07:00
2010-03-06 11:26:32 -08:00
2010-05-27 10:22:06 -07:00
2010-05-21 09:37:31 -07:00
2010-05-28 01:37:59 +02:00
2010-05-28 16:14:40 -07:00
2010-05-27 09:19:55 -07:00
2010-05-27 19:59:03 +02:00
2010-05-22 00:36:56 -06:00
2010-05-26 19:51:09 +02:00
2010-05-28 14:26:20 -04:00
2010-05-27 10:22:06 -07:00
2010-05-30 09:12:16 -07:00
2010-05-28 01:37:38 +02:00
2010-05-31 00:24:15 -07:00
2010-05-28 08:35:27 +01:00
2010-04-14 21:43:56 +09:30
2010-05-24 08:01:10 -07:00
2010-05-27 09:12:48 -07:00
2010-05-24 08:01:10 -07:00
2010-03-30 22:02:32 +09:00
2010-05-27 09:12:41 -07:00
2010-05-28 01:38:02 +02:00
2010-05-27 09:12:54 -07:00
2010-05-27 09:12:40 -07:00
2010-05-27 22:05:02 -04:00
2010-06-02 05:51:19 -07:00
2010-03-30 22:02:32 +09:00
2010-05-22 00:36:56 -06:00
2010-05-03 23:02:39 +02:00
2010-03-30 22:02:32 +09:00
2010-05-26 19:51:09 +02:00
2010-05-28 14:42:18 -07:00
2010-05-24 08:01:10 -07:00
2010-05-20 10:16:13 -04:00
2010-05-06 22:04:31 -04:00
2010-05-25 08:16:34 -07:00
2010-03-30 22:02:32 +09:00
2010-04-23 02:08:44 +02:00
2010-05-30 09:02:47 -07:00
2010-05-28 01:37:45 +02:00
2010-05-28 01:37:45 +02:00
2010-05-26 23:27:09 +02:00
2010-05-24 08:01:10 -07:00
2010-05-27 10:28:11 -07:00
2010-05-28 19:40:05 +09:00
2010-05-27 12:46:20 -04:00
2010-05-13 17:43:11 +09:00
2010-03-30 22:02:32 +09:00
2010-05-25 00:48:24 -06:00
2010-05-28 13:57:01 -04:00
2010-05-30 09:11:11 -07:00
2010-03-30 22:02:32 +09:00
2010-05-27 09:12:42 -07:00
2010-04-07 08:38:03 -07:00
2010-03-30 22:02:32 +09:00
2010-05-27 22:05:02 -04:00
2010-03-30 22:02:32 +09:00
2010-05-28 10:18:40 -07:00
2010-05-27 22:05:02 -04:00
2010-05-21 17:22:52 -07:00
2010-05-14 16:59:54 +02:00
2010-05-21 09:37:31 -07:00
2010-05-28 01:37:52 +02:00
2010-05-25 08:07:07 -07:00
2010-05-21 09:37:31 -07:00
2010-03-06 11:26:28 -08:00
2010-05-28 14:26:20 -04:00