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
5e879a90
Commit
5e879a90
authored
Jul 31, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
http://lia64.bkbits.net/to-linus-2.5
into home.osdl.org:/home/torvalds/v2.5/linux
parents
f7de2255
f47d9a39
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
3 deletions
+25
-3
arch/ia64/kernel/setup.c
arch/ia64/kernel/setup.c
+1
-2
include/asm-ia64/io.h
include/asm-ia64/io.h
+1
-1
include/asm-ia64/sections.h
include/asm-ia64/sections.h
+23
-0
No files found.
arch/ia64/kernel/setup.c
View file @
5e879a90
...
...
@@ -372,6 +372,7 @@ setup_arch (char **cmdline_p)
strlcpy
(
saved_command_line
,
*
cmdline_p
,
sizeof
(
saved_command_line
));
efi_init
();
find_memory
();
#ifdef CONFIG_ACPI_BOOT
/* Initialize the ACPI boot-time table parser */
...
...
@@ -385,8 +386,6 @@ setup_arch (char **cmdline_p)
# endif
#endif
/* CONFIG_APCI_BOOT */
find_memory
();
/* process SAL system table: */
ia64_sal_init
(
efi
.
sal_systab
);
...
...
include/asm-ia64/io.h
View file @
5e879a90
...
...
@@ -420,6 +420,7 @@ extern void __ia64_memset_c_io (unsigned long, unsigned long, long);
* SPECweb-like workloads on zx1-based machines. Thus, for now we favor I/O MMU bypassing
* over BIO-level virtual merging.
*/
extern
unsigned
long
ia64_max_iommu_merge_mask
;
#if 1
#define BIO_VMERGE_BOUNDARY 0
#else
...
...
@@ -433,7 +434,6 @@ extern void __ia64_memset_c_io (unsigned long, unsigned long, long);
*
* which is precisely what we want.
*/
extern
unsigned
long
ia64_max_iommu_merge_mask
;
#define BIO_VMERGE_BOUNDARY (ia64_max_iommu_merge_mask + 1)
#endif
...
...
include/asm-ia64/sections.h
0 → 100644
View file @
5e879a90
#ifndef _ASM_IA64_SECTIONS_H
#define _ASM_IA64_SECTIONS_H
/*
* Copyright (C) 1998-2003 Hewlett-Packard Co
* David Mosberger-Tang <davidm@hpl.hp.com>
*/
#include <asm-generic/sections.h>
extern
char
__per_cpu_start
[],
__per_cpu_end
[],
__phys_per_cpu_start
[];
extern
char
__start___vtop_patchlist
[],
__end___vtop_patchlist
[];
extern
char
__start___mckinley_e9_bundles
[],
__end___mckinley_e9_bundles
[];
extern
char
__start_gate_section
[];
extern
char
__start_gate_mckinley_e9_patchlist
[],
__end_gate_mckinley_e9_patchlist
[];
extern
char
__start_gate_vtop_patchlist
[],
__end_gate_vtop_patchlist
[];
extern
char
__start_gate_fsyscall_patchlist
[],
__end_gate_fsyscall_patchlist
[];
extern
char
__start_gate_brl_fsys_bubble_down_patchlist
[],
__end_gate_brl_fsys_bubble_down_patchlist
[];
extern
char
__start_unwind
[],
__end_unwind
[];
extern
char
_end
[];
/* end of kernel image */
#endif
/* _ASM_IA64_SECTIONS_H */
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