Title: [5263] trunk/include/asm-blackfin/mmu_context.h: fix compile error when disabled CONFIG_APP_STACK_L1
Revision
5263
Author
gyang
Date
2008-09-08 21:55:59 -0500 (Mon, 08 Sep 2008)

Log Message

fix compile error when disabled CONFIG_APP_STACK_L1

Modified Paths


Diff

Modified: trunk/include/asm-blackfin/mmu_context.h (5262 => 5263)


--- trunk/include/asm-blackfin/mmu_context.h	2008-09-08 21:01:29 UTC (rev 5262)
+++ trunk/include/asm-blackfin/mmu_context.h	2008-09-09 02:55:59 UTC (rev 5263)
@@ -37,8 +37,6 @@
 #include <asm/pgalloc.h>
 #include <asm/cplbinit.h>
 
-#ifdef CONFIG_APP_STACK_L1
-
 extern void *current_l1_stack_save;
 extern int nr_l1stack_tasks;
 extern void *l1_stack_base;
@@ -82,7 +80,6 @@
 	memcpy(l1_stack_base, current_l1_stack_save, l1_stack_len);
 	return 1;
 }
-#endif /* CONFIG_APP_STACK_L1 */
 
 #define deactivate_mm(tsk,mm)	do { } while (0)
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to