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
b946ecbb
Commit
b946ecbb
authored
Aug 29, 2005
by
Tony Luck
Browse files
Options
Browse Files
Download
Plain Diff
Pull pending-2.6.14 into release branch
parents
7115c13b
f8220c7f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
13 deletions
+2
-13
arch/ia64/hp/sim/boot/fw-emu.c
arch/ia64/hp/sim/boot/fw-emu.c
+0
-11
arch/ia64/lib/Makefile
arch/ia64/lib/Makefile
+1
-1
include/asm-ia64/io.h
include/asm-ia64/io.h
+1
-1
No files found.
arch/ia64/hp/sim/boot/fw-emu.c
View file @
b946ecbb
...
...
@@ -237,17 +237,6 @@ sal_emulator (long index, unsigned long in1, unsigned long in2,
return
((
struct
sal_ret_values
)
{
status
,
r9
,
r10
,
r11
});
}
/*
* This is here to work around a bug in egcs-1.1.1b that causes the
* compiler to crash (seems like a bug in the new alias analysis code.
*/
void
*
id
(
long
addr
)
{
return
(
void
*
)
addr
;
}
struct
ia64_boot_param
*
sys_fw_init
(
const
char
*
args
,
int
arglen
)
{
...
...
arch/ia64/lib/Makefile
View file @
b946ecbb
...
...
@@ -6,7 +6,7 @@ obj-y := io.o
lib-y
:=
__divsi3.o __udivsi3.o __modsi3.o __umodsi3.o
\
__divdi3.o __udivdi3.o __moddi3.o __umoddi3.o
\
bitop.o checksum.o clear_page.o csum_partial_copy.o
copy_page.o
\
bitop.o checksum.o clear_page.o csum_partial_copy.o
\
clear_user.o strncpy_from_user.o strlen_user.o strnlen_user.o
\
flush.o ip_fast_csum.o do_csum.o
\
memset.o strlen.o swiotlb.o
...
...
include/asm-ia64/io.h
View file @
b946ecbb
...
...
@@ -41,7 +41,7 @@
#define IO_SPACE_BASE(space) ((space) << IO_SPACE_BITS)
#define IO_SPACE_PORT(port) ((port) & (IO_SPACE_SIZE - 1))
#define IO_SPACE_SPARSE_ENCODING(p) ((((p) >> 2) << 12) | (
p
& 0xfff))
#define IO_SPACE_SPARSE_ENCODING(p) ((((p) >> 2) << 12) | (
(p)
& 0xfff))
struct
io_space
{
unsigned
long
mmio_base
;
/* base in MMIO space */
...
...
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