am 5591a960: Merge "Fix limits.h to include page.h which provides PAGE_SIZE"

* commit '5591a960038d742a936e62fd05ab29adc673fc7f':
  Fix limits.h to include page.h which provides PAGE_SIZE
This commit is contained in:
Andrew Hsieh
2012-11-20 19:08:40 -08:00
committed by Android Git Automerger

View File

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