aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/parisc
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
commit8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch)
treea8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /Documentation/parisc
parent406089d01562f1e2bf9f089fd7637009ebaad589 (diff)
Patched in Tegra support.
Diffstat (limited to 'Documentation/parisc')
-rw-r--r--Documentation/parisc/debugging2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/parisc/debugging b/Documentation/parisc/debugging
index 7d75223fa18..d728594058e 100644
--- a/Documentation/parisc/debugging
+++ b/Documentation/parisc/debugging
@@ -34,6 +34,6 @@ registers interruption handlers read to find out where the machine
34was interrupted - so if you get an interruption between the instruction 34was interrupted - so if you get an interruption between the instruction
35that clears the Q bit and the RFI that sets it again you don't know 35that clears the Q bit and the RFI that sets it again you don't know
36where exactly it happened. If you're lucky the IAOQ will point to the 36where exactly it happened. If you're lucky the IAOQ will point to the
37instruction that cleared the Q bit, if you're not it points anywhere 37instrucion that cleared the Q bit, if you're not it points anywhere
38at all. Usually Q bit problems will show themselves in unexplainable 38at all. Usually Q bit problems will show themselves in unexplainable
39system hangs or running off the end of physical memory. 39system hangs or running off the end of physical memory.