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
ccfd45a2
Commit
ccfd45a2
authored
Jul 16, 2004
by
David Mosberger
Browse files
Options
Browse Files
Download
Plain Diff
Merge tiger.hpl.hp.com:/data1/bk/vanilla/linux-2.5
into tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
parents
ffc76d27
f6a0dd1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
arch/ia64/mm/init.c
arch/ia64/mm/init.c
+2
-2
arch/ia64/sn/kernel/mca.c
arch/ia64/sn/kernel/mca.c
+2
-1
No files found.
arch/ia64/mm/init.c
View file @
ccfd45a2
...
...
@@ -169,7 +169,7 @@ free_initrd_mem (unsigned long start, unsigned long end)
{
struct
page
*
page
;
/*
* EFI uses 4KB pages while the kernel can use 4KB
or bigger.
* EFI uses 4KB pages while the kernel can use 4KB or bigger.
* Thus EFI and the kernel may have different page sizes. It is
* therefore possible to have the initrd share the same page as
* the end of the kernel (given current setup).
...
...
@@ -580,7 +580,7 @@ mem_init (void)
if
(
!
fsyscall_table
[
i
]
||
nolwsys
)
fsyscall_table
[
i
]
=
sys_call_table
[
i
]
|
1
;
}
setup_gate
();
/* setup gate pages before we free up boot memory... */
setup_gate
();
#ifdef CONFIG_IA32_SUPPORT
ia32_boot_gdt_init
();
...
...
arch/ia64/sn/kernel/mca.c
View file @
ccfd45a2
...
...
@@ -123,7 +123,8 @@ int sn_salinfo_platform_oemdata(const u8 *sect_header, u8 **oemdata, u64 *oemdat
*
oemdata_size
=
0
;
vfree
(
*
oemdata
);
*
oemdata
=
NULL
;
if
(
efi_guidcmp
(
guid
,
SAL_PLAT_SPECIFIC_ERR_SECT_GUID
)
==
0
)
if
(
efi_guidcmp
(
guid
,
SAL_PLAT_SPECIFIC_ERR_SECT_GUID
)
==
0
||
efi_guidcmp
(
guid
,
SAL_PLAT_MEM_DEV_ERR_SECT_GUID
)
==
0
)
return
sn_platform_plat_specific_err_print
(
sect_header
,
oemdata
,
oemdata_size
);
return
0
;
}
...
...
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