projects
/
barrelfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Merge large page support code.
[barrelfish]
/
kernel
/
arch
/
armv7
/
paging.c
diff --git
a/kernel/arch/armv7/paging.c
b/kernel/arch/armv7/paging.c
index
88310a6
..
d2ebf62
100644
(file)
--- a/
kernel/arch/armv7/paging.c
+++ b/
kernel/arch/armv7/paging.c
@@
-32,11
+32,6
@@
inline static int aligned(uintptr_t address, uintptr_t bytes)
return (address & (bytes - 1)) == 0;
}
-static inline struct cte *cte_for_cap(struct capability *cap)
-{
- return (struct cte *) (cap - offsetof(struct cte, cap));
-}
-
union arm_l2_entry;
static void