]> git.baikalelectronics.ru Git - kernel.git/commit
x86/hw-breakpoints: Remove the name field
authorFrederic Weisbecker <fweisbec@gmail.com>
Sat, 27 Feb 2010 16:24:15 +0000 (17:24 +0100)
committerFrederic Weisbecker <fweisbec@gmail.com>
Sat, 27 Feb 2010 16:24:15 +0000 (17:24 +0100)
commitaf15e7de36b05029b9d545ae676344284410c933
treede79bd42440a9057179d66013251157f1b76571f
parentf597bfe63ca861fd466f03963b7a3710b9c54039
x86/hw-breakpoints: Remove the name field

Remove the name field from the arch_hw_breakpoint. We never deal
with target symbols in the arch level, neither do we need to ever
store it. It's a legacy for the previous version of the x86
breakpoint backend.

Let's remove it.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: K.Prasad <prasad@linux.vnet.ibm.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/include/asm/hw_breakpoint.h
arch/x86/kernel/hw_breakpoint.c