projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6af4e1
)
xen/arm: Remove the define INVALID_GFN from arch-arm/grant_table.h
author
Julien Grall
<julien.grall@linaro.org>
Tue, 13 Jan 2015 18:17:20 +0000
(18:17 +0000)
committer
Ian Campbell
<ian.campbell@citrix.com>
Thu, 15 Jan 2015 13:44:41 +0000
(13:44 +0000)
The define INVALID_GFN is misplaced in arch-arm/grant_table.h and is
never used in neither in ARM nor in the common code.
Therefore we can safely remove it.
Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/include/asm-arm/grant_table.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-arm/grant_table.h
b/xen/include/asm-arm/grant_table.h
index 0edad67786306934cecc3aca88ac3c53a32b1911..88ee3c65f8cfc1dc00019195c55e12b5016d2977 100644
(file)
--- a/
xen/include/asm-arm/grant_table.h
+++ b/
xen/include/asm-arm/grant_table.h
@@
-3,7
+3,6
@@
#include <xen/grant_table.h>
-#define INVALID_GFN (-1UL)
#define INITIAL_NR_GRANT_FRAMES 1
void gnttab_clear_flag(unsigned long nr, uint16_t *addr);