commit | 3d083407a16698de86b42aee0da2ffb280b5cb7e | [log] [tgz] |
---|---|---|
author | Frederic Weisbecker <fweisbec@gmail.com> | Sat Feb 27 17:24:15 2010 +0100 |
committer | Frederic Weisbecker <fweisbec@gmail.com> | Sat Feb 27 17:24:15 2010 +0100 |
tree | de79bd42440a9057179d66013251157f1b76571f | |
parent | dd8b1cf681eab40bc5afb67bdd06b2ca341f5669 [diff] |
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>