Commit ce7073a0 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] hangcheck compile fix

From: john stultz <johnstul@us.ibm.com>

Since monotonic_clock() is not defined on every arch yet, this patch
insures the hangcheck-timer module (currently the only user of
monotonic-clock) is not built where it will not compile.

I know, I know. Ideally monotonic_clock() would be implemented on all
arches, but I've just not had the time.  If any of the non x86/x86-64
folks feel bored, drop me a line.  It'd be a fairly easy project.
parent e9d25628
......@@ -1002,6 +1002,7 @@ config RAW_DRIVER
config HANGCHECK_TIMER
tristate "Hangcheck timer"
depends on X86_64 || X86
help
The hangcheck-timer module detects when the system has gone
out to lunch past a certain margin. It can reboot the system
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment