Merge "Fix limits.h to include page.h which provides PAGE_SIZE"

This commit is contained in:
Andrew Hsieh
2012-11-20 19:01:08 -08:00
committed by Gerrit Code Review

View File

@@ -106,6 +106,7 @@
#endif
#ifndef PAGESIZE
#include <asm/page.h>
#define PAGESIZE PAGE_SIZE
#endif