Commit 58e0b7e0 by David S. Miller

Fix thinko in this change.

From-SVN: r21905
parent 172f4957
#ifdef STACK_SIZE #ifdef STACK_SIZE
#define SIZE STACK_SIZE / 8 #define SIZE STACK_SIZE / 8
#else #else
#define STACK_SIZE 10000000 #define SIZE 10000000
#endif #endif
struct foo struct foo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment