Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
022ae414
Commit
022ae414
authored
18 years ago
by
Martin Schwidefsky
Browse files
Options
Downloads
Patches
Plain Diff
[S390] remove __io_virt and mmiowb.
Signed-off-by:
Martin Schwidefsky
<
schwidefsky@de.ibm.com
>
parent
045236ab
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/asm-s390/io.h
+1
-5
1 addition, 5 deletions
include/asm-s390/io.h
with
1 addition
and
5 deletions
include/asm-s390/io.h
+
1
−
5
View file @
022ae414
...
@@ -17,8 +17,6 @@
...
@@ -17,8 +17,6 @@
#define IO_SPACE_LIMIT 0xffffffff
#define IO_SPACE_LIMIT 0xffffffff
#define __io_virt(x) ((void *)(PAGE_OFFSET | (unsigned long)(x)))
/*
/*
* Change virtual addresses to physical addresses and vv.
* Change virtual addresses to physical addresses and vv.
* These are pretty trivial
* These are pretty trivial
...
@@ -37,11 +35,9 @@ static inline unsigned long virt_to_phys(volatile void * address)
...
@@ -37,11 +35,9 @@ static inline unsigned long virt_to_phys(volatile void * address)
static
inline
void
*
phys_to_virt
(
unsigned
long
address
)
static
inline
void
*
phys_to_virt
(
unsigned
long
address
)
{
{
return
__io_virt
(
address
)
;
return
(
void
*
)
address
;
}
}
#define mmiowb() do { } while (0)
/*
/*
* Convert a physical pointer to a virtual kernel pointer for /dev/mem
* Convert a physical pointer to a virtual kernel pointer for /dev/mem
* access
* access
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment