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
97231034
Commit
97231034
authored
Jan 22, 2005
by
Tony Luck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IA64] clean up loose ends from addition of efi_range_is_wc()
Signed-off-by:
Tony Luck
<
tony.luck@intel.com
>
parent
cc244514
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
arch/ia64/kernel/efi.c
arch/ia64/kernel/efi.c
+1
-0
drivers/char/drm/drm_vm.c
drivers/char/drm/drm_vm.c
+3
-0
No files found.
arch/ia64/kernel/efi.c
View file @
97231034
...
...
@@ -778,6 +778,7 @@ efi_mem_attributes (unsigned long phys_addr)
}
return
0
;
}
EXPORT_SYMBOL
(
efi_mem_attributes
);
int
valid_phys_addr_range
(
unsigned
long
phys_addr
,
unsigned
long
*
size
)
...
...
drivers/char/drm/drm_vm.c
View file @
97231034
...
...
@@ -34,6 +34,9 @@
*/
#include "drmP.h"
#if defined(__ia64__)
#include <linux/efi.h>
#endif
/**
...
...
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