diff options
author | Kyle McMartin <kyle@mcmartin.ca> | 2009-09-27 23:04:47 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@ihatethathostname.lab.bos.redhat.com> | 2009-09-27 23:07:23 -0400 |
commit | 81bf550d9cdfe0325eb1504b06c9f6511b442c1a (patch) | |
tree | 2c7c9f108616b24f69af4a406f803a30ab11ee63 /arch/parisc | |
parent | 40e03b6857051ea61ebdb4a53e65485acfb1d98e (diff) | |
download | talos-op-linux-81bf550d9cdfe0325eb1504b06c9f6511b442c1a.tar.gz talos-op-linux-81bf550d9cdfe0325eb1504b06c9f6511b442c1a.zip |
parisc: HAVE_ARCH_TRACEHOOK
Let 'er rip.
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index f388dc68f605..524d9352f17e 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -18,6 +18,7 @@ config PARISC select BUG select HAVE_PERF_EVENTS select GENERIC_ATOMIC64 if !64BIT + select HAVE_ARCH_TRACEHOOK help The PA-RISC microprocessor is designed by Hewlett-Packard and used in many of their workstations & servers (HP9000 700 and 800 series, |