X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Fmm%2Fsetup_nx.c;h=410531d3c292d20cde9b40a487711930eab51eb2;hb=6036f373ea03687d355634fa70fb04baa95ab75e;hp=a3250aa34086fce7d376e9e1e464fa2e996dbb6d;hpb=ebba638ae723d8a8fc2f7abce5ec18b688b791d7;p=pandora-kernel.git diff --git a/arch/x86/mm/setup_nx.c b/arch/x86/mm/setup_nx.c index a3250aa34086..410531d3c292 100644 --- a/arch/x86/mm/setup_nx.c +++ b/arch/x86/mm/setup_nx.c @@ -41,7 +41,7 @@ void __init x86_report_nx(void) { if (!cpu_has_nx) { printk(KERN_NOTICE "Notice: NX (Execute Disable) protection " - "missing in CPU or disabled in BIOS!\n"); + "missing in CPU!\n"); } else { #if defined(CONFIG_X86_64) || defined(CONFIG_X86_PAE) if (disable_nx) {