aha/arch/x86/power
K.Prasad b332828c39 hw-breakpoints: prepare the code for Hardware Breakpoint interfaces
The generic hardware breakpoint interface provides an abstraction of
hardware breakpoints in front of specific arch implementations for both kernel
and user side breakpoints.
This includes execution breakpoints and read/write breakpoints, also known as
"watchpoints".

This patch introduces header files containing constants, structure definitions
and declaration of functions used by the hardware breakpoint core and x86
specific code.
It also introduces an array based storage for the debug-register values in
'struct thread_struct', while modifying all users of debugreg<n> member in the
structure.

[ Impact: add headers for new hardware breakpoint interface ]

Original-patch-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: K.Prasad <prasad@linux.vnet.ibm.com>
Reviewed-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
2009-06-02 22:46:57 +02:00
..
cpu_32.c hw-breakpoints: prepare the code for Hardware Breakpoint interfaces 2009-06-02 22:46:57 +02:00
cpu_64.c hw-breakpoints: prepare the code for Hardware Breakpoint interfaces 2009-06-02 22:46:57 +02:00
hibernate_32.c x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA set 2008-11-12 23:28:51 +01:00
hibernate_64.c pm: rework includes, remove arch ifdefs 2009-04-01 08:59:16 -07:00
hibernate_asm_32.S x86: use _types.h headers in asm where available 2009-02-13 11:35:01 -08:00
hibernate_asm_64.S x86: use _types.h headers in asm where available 2009-02-13 11:35:01 -08:00
Makefile x86: disable stack-protector for __restore_processor_state() 2009-04-03 19:48:41 +02:00