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
881c4776
Commit
881c4776
authored
Feb 13, 2009
by
Ingo Molnar
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'x86/cleanups' into x86/core
parents
ab639f35
89139374
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
4 deletions
+1
-4
arch/x86/include/asm/io.h
arch/x86/include/asm/io.h
+1
-0
arch/x86/include/asm/io_32.h
arch/x86/include/asm/io_32.h
+0
-2
arch/x86/include/asm/io_64.h
arch/x86/include/asm/io_64.h
+0
-2
No files found.
arch/x86/include/asm/io.h
View file @
881c4776
...
...
@@ -105,5 +105,6 @@ extern void __iomem *early_memremap(unsigned long offset, unsigned long size);
extern
void
early_iounmap
(
void
__iomem
*
addr
,
unsigned
long
size
);
extern
void
__iomem
*
fix_ioremap
(
unsigned
idx
,
unsigned
long
phys
);
#define IO_SPACE_LIMIT 0xffff
#endif
/* _ASM_X86_IO_H */
arch/x86/include/asm/io_32.h
View file @
881c4776
...
...
@@ -37,8 +37,6 @@
* - Arnaldo Carvalho de Melo <acme@conectiva.com.br>
*/
#define IO_SPACE_LIMIT 0xffff
#define XQUAD_PORTIO_BASE 0xfe400000
#define XQUAD_PORTIO_QUAD 0x40000
/* 256k per quad. */
...
...
arch/x86/include/asm/io_64.h
View file @
881c4776
...
...
@@ -136,8 +136,6 @@ __OUTS(b)
__OUTS
(
w
)
__OUTS
(
l
)
#define IO_SPACE_LIMIT 0xffff
#if defined(__KERNEL__) && defined(__x86_64__)
#include <linux/vmalloc.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