kernel_optimize_test/arch/powerpc
Trent Piepho 6fd8be4bf7 powerpc/fsl-booke: Remove num_tlbcam_entries
This is a global variable defined in fsl_booke_mmu.c with a value that gets
initialized in assembly code in head_fsl_booke.S.

It's never used.

If some code ever does want to know the number of entries in TLB1, then
"numcams = mfspr(SPRN_TLB1CFG) & 0xfff", is a whole lot simpler than a
global initialized during kernel boot from assembly.

Signed-off-by: Trent Piepho <tpiepho@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-01-07 15:33:07 -06:00
..
boot powerpc/85xx: Fix PCIe error interrupts 2009-01-07 09:18:52 -06:00
configs powerpc/85xx: Add SMP support to MPC8572 DS 2008-12-30 11:30:42 -06:00
include/asm powerpc/qe: add Ethernet UPSMR definitions to QE library 2009-01-07 09:18:53 -06:00
kernel powerpc/fsl-booke: Remove num_tlbcam_entries 2009-01-07 15:33:07 -06:00
kvm powerpc: Fix KVM build on ppc440 2008-12-23 14:58:30 +11:00
lib Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc 2008-12-28 16:54:33 -08:00
math-emu powerpc: Add SPE/EFP math emulation for E500v1/v2 processors. 2008-12-03 08:19:16 -06:00
mm powerpc/fsl-booke: Remove num_tlbcam_entries 2009-01-07 15:33:07 -06:00
oprofile shrink struct dentry 2008-12-31 18:07:38 -05:00
platforms powerpc: Fix the ide suspend function in uli1575 2009-01-07 09:18:52 -06:00
sysdev powerpc/fsl-pci: Set relaxed ordering on prefetchable ranges 2009-01-07 15:33:05 -06:00
xmon powerpc: Prepare xmon_save_regs for use with kdump 2008-12-23 15:13:28 +11:00
Kconfig Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc 2008-12-28 16:54:33 -08:00
Kconfig.debug powerpc: Allow the max stack trace depth to be configured 2008-12-03 20:46:35 +11:00
Makefile powerpc: Remove unncessary SPE related compiler flag 2008-12-03 08:19:10 -06:00