Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
fec6a822
Commit
fec6a822
authored
Jun 11, 2008
by
Kumar Gala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
powerpc/booke: Fix some comments related to debug level exceptions
Signed-off-by:
Kumar Gala
<
galak@kernel.crashing.org
>
parent
5848f169
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/powerpc/kernel/head_booke.h
arch/powerpc/kernel/head_booke.h
+2
-2
No files found.
arch/powerpc/kernel/head_booke.h
View file @
fec6a822
...
...
@@ -240,7 +240,7 @@
* the code where the exception occurred (since exception entry \
* doesn't turn off DE automatically). We simulate the effect \
* of turning off DE on entry to an exception handler by turning \
* off DE in the
C
SRR1 value and clearing the debug status. \
* off DE in the
D
SRR1 value and clearing the debug status. \
*/
\
mfspr r10,SPRN_DBSR;
/* check single-step/branch taken */
\
andis. r10,r10,DBSR_IC@h; \
...
...
@@ -278,7 +278,7 @@
RFDI; \
b .; \
\
/* continue normal handling for a
critical exception... */
\
/* continue normal handling for a
debug exception... */
\
2: mfspr r4,SPRN_DBSR; \
addi r3,r1,STACK_FRAME_OVERHEAD; \
EXC_XFER_TEMPLATE(DebugException, 0x2008, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, debug_transfer_to_handler, ret_from_debug_exc)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment