aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cm.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-05-22 21:37:01 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-05-22 21:44:13 -0700
commit82da65dab5f438ac7df28eeb43e2f5b742aa00ef (patch)
tree0b2a579d9385c516f6fbb3e2689f6611c9228aa7 /drivers/infiniband/hw/cxgb4/cm.c
parentRemove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h" (diff)
downloadlinux-dev-82da65dab5f438ac7df28eeb43e2f5b742aa00ef.tar.xz
linux-dev-82da65dab5f438ac7df28eeb43e2f5b742aa00ef.zip
x86: setup_smep needs to be __cpuinit
The setup_smep function gets calle at resume time too, and is thus not a pure __init function. When marked as __init, it gets thrown out after the kernel has initialized, and when the kernel is suspended and resumed, the code will no longer be around, and we'll get a nice "kernel tried to execute NX-protected page" oops because the page is no longer marked executable. Reported-and-tested-by: Parag Warudkar <parag.lkml@gmail.com> Cc: Fenghua Yu <fenghua.yu@intel.com> Cc: "H. Peter Anvin" <hpa@linux.intel.com> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/infiniband/hw/cxgb4/cm.c')
0 files changed, 0 insertions, 0 deletions