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
685bf7cb
Commit
685bf7cb
authored
Jun 29, 2003
by
Tom Rini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PPC32: Minor KGDB updates.
parent
4c20e996
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
arch/ppc/kernel/ppc-stub.c
arch/ppc/kernel/ppc-stub.c
+0
-10
arch/ppc/kernel/setup.c
arch/ppc/kernel/setup.c
+2
-0
No files found.
arch/ppc/kernel/ppc-stub.c
View file @
685bf7cb
...
...
@@ -851,14 +851,4 @@ kgdb_output_string (const char* s, unsigned int count)
putpacket
(
buffer
);
return
1
;
}
#if defined(CONFIG_6xx) || defined(CONFIG_POWER3)
/* This is used on arches which don't have a serial driver that maps
* the ports for us */
void
kgdb_map_scc
(
void
)
{
}
#endif
arch/ppc/kernel/setup.c
View file @
685bf7cb
...
...
@@ -619,6 +619,8 @@ void __init setup_arch(char **cmdline_p)
if
(
strstr
(
cmd_line
,
"nokgdb"
))
printk
(
"kgdb default breakpoint deactivated on command line
\n
"
);
else
{
if
(
ppc_md
.
progress
)
ppc_md
.
progress
(
"setup_arch: kgdb breakpoint"
,
0x4000
);
printk
(
"kgdb default breakpoint activated
\n
"
);
breakpoint
();
}
...
...
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