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
nexedi
linux
Commits
a807608b
Commit
a807608b
authored
Dec 02, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC32]: Kill redundant romvec definition from system.h
parent
b9383f04
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
arch/sparc/kernel/devices.c
arch/sparc/kernel/devices.c
+1
-1
arch/sparc/kernel/ioport.c
arch/sparc/kernel/ioport.c
+1
-1
include/asm-sparc/system.h
include/asm-sparc/system.h
+0
-3
No files found.
arch/sparc/kernel/devices.c
View file @
a807608b
...
@@ -72,7 +72,7 @@ device_scan(void)
...
@@ -72,7 +72,7 @@ device_scan(void)
if
(
linux_num_cpus
==
0
)
{
if
(
linux_num_cpus
==
0
)
{
printk
(
"No CPU nodes found, cannot continue.
\n
"
);
printk
(
"No CPU nodes found, cannot continue.
\n
"
);
/* Probably a sun4e, Sun is trying to trick us ;-) */
/* Probably a sun4e, Sun is trying to trick us ;-) */
halt
();
prom_
halt
();
}
}
printk
(
"Found %d CPU prom device tree node(s).
\n
"
,
linux_num_cpus
);
printk
(
"Found %d CPU prom device tree node(s).
\n
"
,
linux_num_cpus
);
}
}
...
...
arch/sparc/kernel/ioport.c
View file @
a807608b
...
@@ -777,7 +777,7 @@ void ioport_init(void)
...
@@ -777,7 +777,7 @@ void ioport_init(void)
default:
default:
printk
(
"ioport_init: cpu type %d is unknown.
\n
"
,
printk
(
"ioport_init: cpu type %d is unknown.
\n
"
,
sparc_cpu_model
);
sparc_cpu_model
);
halt
();
prom_
halt
();
};
};
}
}
...
...
include/asm-sparc/system.h
View file @
a807608b
...
@@ -53,9 +53,6 @@ extern unsigned long empty_bad_page;
...
@@ -53,9 +53,6 @@ extern unsigned long empty_bad_page;
extern
unsigned
long
empty_bad_page_table
;
extern
unsigned
long
empty_bad_page_table
;
extern
unsigned
long
empty_zero_page
;
extern
unsigned
long
empty_zero_page
;
extern
struct
linux_romvec
*
romvec
;
#define halt() romvec->pv_halt()
extern
void
sun_do_break
(
void
);
extern
void
sun_do_break
(
void
);
extern
int
serial_console
;
extern
int
serial_console
;
extern
int
stop_a_enabled
;
extern
int
stop_a_enabled
;
...
...
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