-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 88896 b: refs/heads/master c: b310f38 h: refs/heads/master v: v3
- Loading branch information
venkatesh.pallipadi@intel.com
authored and
Ingo Molnar
committed
Apr 17, 2008
1 parent
af39578
commit 36120d2
Showing
4 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: ef354af4629e5cc76a3f64fc46d452f2b56d5a59 | ||
refs/heads/master: b310f381d220b2c6e3fab16e8c6e4ca13eea75b2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
#define ARCH_HAS_IOREMAP_WC | ||
|
||
#ifdef CONFIG_X86_32 | ||
# include "io_32.h" | ||
#else | ||
# include "io_64.h" | ||
#endif | ||
extern int ioremap_change_attr(unsigned long vaddr, unsigned long size, | ||
unsigned long prot_val); | ||
extern void __iomem * ioremap_wc(unsigned long offset, unsigned long size); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters