summaryrefslogtreecommitdiffstats
path: root/arch/sparc/configs/sparc32_defconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2009-08-18 23:44:08 -0700
committerDavid S. Miller <davem@davemloft.net>2009-08-18 23:44:08 -0700
commita9919646d12a13bea7eb74b996686f900dffb120 (patch)
tree718c2cdabb49cef33c2d45cd0cf1d7b6ce5218af /arch/sparc/configs/sparc32_defconfig
parente2c6cbd9ace61039d3de39e717195e38f1492aee (diff)
downloadlinux-a9919646d12a13bea7eb74b996686f900dffb120.tar.gz
linux-a9919646d12a13bea7eb74b996686f900dffb120.tar.xz
sparc32: Kill trap table freeing code.
Normally, srmmu uses different trap table register values to allow determination of the cpu we're on. All of the trap tables have identical content, they just sit at different offsets from the first trap table, and the offset shifted down and masked out determines the cpu we are on. The code tries to free them up when they aren't actually used (don't have all 4 cpus, we're on sun4d, etc.) but that causes problems. For one thing it triggers false positives in the DMA debugging code. And fixing that up while preserving this relative offset thing isn't trivial. So just kill the freeing code, it costs us at most 3 pages, big deal... Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/configs/sparc32_defconfig')
0 files changed, 0 insertions, 0 deletions