Skip to content
Snippets Groups Projects
Commit ab395180 authored by girish's avatar girish
Browse files

Back off a change which is causing more warnings.

parent 46d6f7c7
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ struct ptldebug_header {
#define __CHECK_STACK(file, func, line) \
do { \
unsigned int _stack = CDEBUG_STACK(); \
unsigned long _stack = CDEBUG_STACK(); \
\
if (_stack > 3*THREAD_SIZE/4 && _stack > libcfs_stack) { \
libcfs_stack = _stack; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment