[xtensa-cvscommit] linux/arch/xtensa/mm cache.c,1.2,1.3
Brought to you by:
zankel
|
From: <jgr...@us...> - 2003-01-29 02:28:02
|
Update of /cvsroot/xtensa/linux/arch/xtensa/mm In directory sc8-pr-cvs1:/tmp/cvs-serv25968/arch/xtensa/mm Modified Files: cache.c Log Message: Need to include <asm/mmu_context.h> for NO_CONTEXT. Index: cache.c =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/mm/cache.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cache.c 20 Jan 2003 22:44:16 -0000 1.2 --- cache.c 29 Jan 2003 02:27:59 -0000 1.3 *************** *** 32,35 **** --- 32,36 ---- #include <linux/sched.h> #include <linux/mm.h> + #include <asm/mmu_context.h> #include <asm/pgtable.h> #include <asm/system.h> |