summaryrefslogtreecommitdiff
path: root/cpusched.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-15 11:29:34 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-15 11:29:34 +0200
commit2febd57f87eb4d994481d981370c0cd051754539 (patch)
treedb4661560350298712243831931ca354483bf294 /cpusched.h
parent3c6e23848af9d0798b98d9f022b7086605f11e99 (diff)
parent84d5f6dd4987bb78f85a706b0fc689d5b51bbba0 (diff)
Merge branch 'master' of github.com:borkmann/netsniff-ng
Conflicts resolved by hand: bpfc.8 ifpps.8 netsniff-ng.8 Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'cpusched.h')
0 files changed, 0 insertions, 0 deletions
e3925a945cc788d67&id2=f598f82e204ec0b17797caaf1b0311c52d43fb9a'>diff)
mn10300: fix build error of missing fpu_save()
When CONFIG_FPU is not enabled on arch/mn10300, <asm/switch_to.h> causes a build error with a call to fpu_save(): kernel/built-in.o: In function `.L410': core.c:(.sched.text+0x28a): undefined reference to `fpu_save' Fix this by including <asm/fpu.h> in <asm/switch_to.h> so that an empty static inline fpu_save() is defined. Link: http://lkml.kernel.org/r/dc421c4f-4842-4429-1b99-92865c2f24b6@infradead.org Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reported-by: kbuild test robot <fengguang.wu@intel.com> Reviewed-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/pmu-events/arch/x86/ivybridge/floating-point.json')