Merge "Fix limits.h to include page.h which provides PAGE_SIZE"
This commit is contained in:
@@ -106,6 +106,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef PAGESIZE
|
||||
#include <asm/page.h>
|
||||
#define PAGESIZE PAGE_SIZE
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user