[2.6 patch] unexport mmu_cr4_features

2005-02-24 Thread Adrian Bunk
I haven't found any possible modular usage of mmu_cr4_features in the kernel. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch was already sent on: - 20 Jan 2005 arch/i386/kernel/setup.c |1 - arch/x86_64/kernel/setup.c |1 - 2 files changed, 2 deletions(-) --- linux-2

[RFC: 2.6 patch] unexport mmu_cr4_features

2005-01-20 Thread Adrian Bunk
I haven't found any modular usage of mmu_cr4_features in the kernel. Is the patch below correct? Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- arch/i386/kernel/setup.c |1 - arch/x86_64/kernel/setup.c |1 - 2 files changed, 2 deletions(-) --- linux-2.6.11-rc1-mm2-full/arch/i38