x86: cpu architecture debug code
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Tue, 10 Mar 2009 10:07:51 +0000 (15:37 +0530)
committerIngo Molnar <mingo@elte.hu>
Tue, 10 Mar 2009 17:39:45 +0000 (18:39 +0100)
Introduce:

 cat /sys/kernel/debug/x86/cpu/*

for Intel and AMD processors to view / debug the state of each CPU.

By using this we can debug whole range of registers and other
cpu information for debugging purpose and monitor how things
are changing.

This can be useful for developers as well as for users.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
LKML-Reference: <1236701373.3387.4.camel@localhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found