Files
David Rientjes 6bf083ffc8 perf,x86: fix link failure for non-Intel configs
commit 6c4d3bc99b upstream.

Commit 1d9d8639c0 ("perf,x86: fix kernel crash with PEBS/BTS after
suspend/resume") introduces a link failure since
perf_restore_debug_store() is only defined for CONFIG_CPU_SUP_INTEL:

	arch/x86/power/built-in.o: In function `restore_processor_state':
	(.text+0x45c): undefined reference to `perf_restore_debug_store'

Fix it by defining the dummy function appropriately.

Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-03-20 13:05:00 -07:00
..
2013-01-17 08:51:20 -08:00
2012-11-26 11:38:03 -08:00
2012-04-23 14:23:32 +03:00
2012-04-27 11:03:38 -06:00
2012-11-17 13:16:12 -08:00
2012-04-27 10:46:45 +08:00
2012-10-02 10:30:35 -07:00
2012-08-15 08:10:29 -07:00
2012-07-19 08:59:00 -07:00
2012-10-02 10:30:05 -07:00
2012-12-17 10:37:42 -08:00
2012-08-09 08:31:30 -07:00
2012-08-15 08:10:29 -07:00
2012-07-16 09:03:48 -07:00
2013-01-11 09:07:15 -08:00
2012-07-16 09:04:42 -07:00