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
e4e2cff8
Commit
e4e2cff8
authored
Feb 29, 2004
by
Ben Collins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SPARC/m68k: Remove sun_setup_serial references, which is already gone.
parent
49b5de25
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
arch/m68k/kernel/setup.c
arch/m68k/kernel/setup.c
+0
-1
arch/sparc/kernel/setup.c
arch/sparc/kernel/setup.c
+0
-1
arch/sparc64/mm/init.c
arch/sparc64/mm/init.c
+0
-10
No files found.
arch/m68k/kernel/setup.c
View file @
e4e2cff8
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
#endif
#endif
#ifdef CONFIG_SUN3X
#ifdef CONFIG_SUN3X
#include <asm/dvma.h>
#include <asm/dvma.h>
extern
void
sun_serial_setup
(
void
);
#endif
#endif
unsigned
long
m68k_machtype
;
unsigned
long
m68k_machtype
;
...
...
arch/sparc/kernel/setup.c
View file @
e4e2cff8
...
@@ -233,7 +233,6 @@ extern char cputypval;
...
@@ -233,7 +233,6 @@ extern char cputypval;
extern
unsigned
long
start
,
end
;
extern
unsigned
long
start
,
end
;
extern
void
panic_setup
(
char
*
,
int
*
);
extern
void
panic_setup
(
char
*
,
int
*
);
extern
void
srmmu_end_memory
(
unsigned
long
,
unsigned
long
*
);
extern
void
srmmu_end_memory
(
unsigned
long
,
unsigned
long
*
);
extern
void
sun_serial_setup
(
void
);
extern
unsigned
short
root_flags
;
extern
unsigned
short
root_flags
;
extern
unsigned
short
root_dev
;
extern
unsigned
short
root_dev
;
...
...
arch/sparc64/mm/init.c
View file @
e4e2cff8
...
@@ -1423,7 +1423,6 @@ unsigned long __init bootmem_init(unsigned long *pages_avail)
...
@@ -1423,7 +1423,6 @@ unsigned long __init bootmem_init(unsigned long *pages_avail)
/* paging_init() sets up the page tables */
/* paging_init() sets up the page tables */
extern
void
sun_serial_setup
(
void
);
extern
void
cheetah_ecache_flush_init
(
void
);
extern
void
cheetah_ecache_flush_init
(
void
);
static
unsigned
long
last_valid_pfn
;
static
unsigned
long
last_valid_pfn
;
...
@@ -1548,15 +1547,6 @@ void __init paging_init(void)
...
@@ -1548,15 +1547,6 @@ void __init paging_init(void)
inherit_locked_prom_mappings
(
1
);
inherit_locked_prom_mappings
(
1
);
#ifdef CONFIG_SUN_SERIAL
/* This does not logically belong here, but we need to call it at
* the moment we are able to use the bootmem allocator. This _has_
* to be done after the prom_mappings above so since
* __alloc_bootmem() doesn't work correctly until then.
*/
sun_serial_setup
();
#endif
/* We only created DTLB mapping of this stuff. */
/* We only created DTLB mapping of this stuff. */
spitfire_flush_dtlb_nucleus_page
(
alias_base
);
spitfire_flush_dtlb_nucleus_page
(
alias_base
);
if
(
second_alias_page
)
if
(
second_alias_page
)
...
...
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