]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/blackfin/include/asm/thread_info.h
Blackfin arch: stub out pgprot_noncached() like other people seem to do on nommu
[linux-2.6-omap-h63xx.git] / arch / blackfin / include / asm / thread_info.h
index 642769329d12b12fde86d7fb99620a20a98f39ad..1d380def24106c5caf8c4086b1bd7a92045715c2 100644 (file)
@@ -44,6 +44,7 @@
  */
 #define THREAD_SIZE_ORDER      1
 #define THREAD_SIZE            8192    /* 2 pages */
+#define STACK_WARN             (THREAD_SIZE/8)
 
 #ifndef __ASSEMBLY__