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