projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4b4d895
)
Fixed remaining uint8 core_id in FCNode definition.
author
Mark Nevill
<nevillm@ethz.ch>
Tue, 24 Jan 2012 16:03:05 +0000 (17:03 +0100)
committer
Mark Nevill
<nevillm@ethz.ch>
Tue, 24 Jan 2012 16:03:05 +0000 (17:03 +0100)
capabilities/caps.hl
patch
|
blob
|
history
diff --git
a/capabilities/caps.hl
b/capabilities/caps.hl
index
407f4ea
..
06dfc3d
100644
(file)
--- a/
capabilities/caps.hl
+++ b/
capabilities/caps.hl
@@
-93,7
+93,7
@@
cap FCNode {
eq genpaddr cnode; /* Base address of CNode */
eq uint8 bits; /* Number of bits this CNode resolves */
caprights rightsmask;
- eq uint8 core_id; /* The core the cap is local on */
+ eq coreid core_id; /* The core the cap is local on */
uint8 guard_size; /* Number of bits in guard */
caddr guard; /* Bitmask already resolved when reaching this CNode */
};