Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
linux
Commits
e2990ed5
Commit
e2990ed5
authored
21 years ago
by
David S. Miller
Browse files
Options
Download
Email Patches
Plain Diff
Cset exclude: wesolows@foobazco.org|ChangeSet|20031222074047|57357
parent
2ec3880a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
arch/sparc/mm/init.c
arch/sparc/mm/init.c
+1
-2
drivers/serial/sunzilog.c
drivers/serial/sunzilog.c
+0
-4
No files found.
arch/sparc/mm/init.c
View file @
e2990ed5
...
...
@@ -209,8 +209,7 @@ unsigned long __init bootmem_init(unsigned long *pages_avail)
if
(
max_low_pfn
>
(
SRMMU_MAXMEM
>>
PAGE_SHIFT
))
{
highstart_pfn
=
(
SRMMU_MAXMEM
>>
PAGE_SHIFT
);
max_low_pfn
=
calc_max_low_pfn
();
printk
(
KERN_NOTICE
"%ldMB HIGHMEM available.
\n
"
,
calc_highpages
()
>>
(
20
-
PAGE_SHIFT
));
printk
(
KERN_NOTICE
"%ldMB HIGHMEM available.
\n
"
,
calc_highpages
());
}
#ifdef CONFIG_BLK_DEV_INITRD
...
...
This diff is collapsed.
Click to expand it.
drivers/serial/sunzilog.c
View file @
e2990ed5
...
...
@@ -1522,10 +1522,6 @@ static void __init sunzilog_prepare(void)
up
[(
chip
*
2
)
+
0
].
port
.
membase
=
(
char
*
)
&
rp
->
channelA
;
up
[(
chip
*
2
)
+
1
].
port
.
membase
=
(
char
*
)
&
rp
->
channelB
;
/* These do nothing but make the boot output sensible */
up
[(
chip
*
2
)
+
0
].
port
.
mapbase
=
(
unsigned
long
)
&
rp
->
channelA
;
up
[(
chip
*
2
)
+
1
].
port
.
mapbase
=
(
unsigned
long
)
&
rp
->
channelB
;
/* Channel A */
up
[(
chip
*
2
)
+
0
].
port
.
iotype
=
SERIAL_IO_MEM
;
up
[(
chip
*
2
)
+
0
].
port
.
irq
=
zilog_irq
;
...
...
This diff is collapsed.
Click to expand it.
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