diff options
author | David S. Miller <davem@davemloft.net> | 2009-01-21 21:30:23 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-28 17:13:57 -0800 |
commit | 3eb8057bbafc64dbf09d5c18513aa80c1b7f2fcb (patch) | |
tree | 77852bad482b27316d7333a2633b3fec61a4797b /arch/sparc/include/asm/pil.h | |
parent | 5376071069ec8a7e6a8112beab16fc24f5139475 (diff) | |
download | talos-op-linux-3eb8057bbafc64dbf09d5c18513aa80c1b7f2fcb.tar.gz talos-op-linux-3eb8057bbafc64dbf09d5c18513aa80c1b7f2fcb.zip |
sparc64: Move generic PCR support code to seperate file.
It all lives in the oprofile support code currently and we will need
to share this stuff with NMI watchdog and perf_counter support.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/pil.h')
-rw-r--r-- | arch/sparc/include/asm/pil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/pil.h b/arch/sparc/include/asm/pil.h index d573820c0ff4..32a7efe76d00 100644 --- a/arch/sparc/include/asm/pil.h +++ b/arch/sparc/include/asm/pil.h @@ -23,6 +23,7 @@ #define PIL_SMP_CTX_NEW_VERSION 4 #define PIL_DEVICE_IRQ 5 #define PIL_SMP_CALL_FUNC_SNGL 6 +#define PIL_DEFERRED_PCR_WORK 7 #define PIL_NORMAL_MAX 14 #define PIL_NMI 15 |