From: Kenn H. <ke...@us...> - 2003-08-03 12:07:34
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv2185/arch/vax/mm Modified Files: init.c Log Message: 'typedef mmu_gather_t' becomes 'struct mmu_gather' in 2.5.57 Index: init.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/mm/init.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- init.c 24 Jan 2003 00:28:32 -0000 1.11 +++ init.c 3 Aug 2003 12:07:31 -0000 1.12 @@ -31,7 +31,7 @@ /* We don't use the TLB shootdown stuff yet, but we need this to keep the generic TLB shootdown code happy */ -mmu_gather_t mmu_gathers[NR_CPUS]; +struct mmu_gather mmu_gathers[NR_CPUS]; /* This is task 0's PGD structure. Entries 4 and 5 will be filled with the system page table base and size by head.S. The remaining |