commit | f377fa123d0ec621e8e361ecc3f2a8ee70e81a2e | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Sun Nov 23 09:02:26 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Nov 23 09:04:39 2008 +0100 |
tree | 96009b27707436a44d4b6c09087c1e9d0fb248b3 | |
parent | 3aeb95d5b7839708a8d8e11aa274ee4d0d4042cc [diff] |
x86: clean up stack overflow debug check Impact: cleanup Simplify the irq-sampled stack overflow debug check: - eliminate an #idef - use WARN_ONCE() to emit a single warning (all bets are off after the first such warning anyway) Signed-off-by: Ingo Molnar <mingo@elte.hu>