Fix comments
This commit is contained in:
parent
4f2d38147f
commit
abce9b8140
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ static inline void *p2v(uint a) { return (void *) ((a) + KERNBASE); }
|
|||
#define P2V(a) (((void *) (a)) + KERNBASE)
|
||||
|
||||
#define V2P_WO(x) ((x) - KERNBASE) // same as V2P, but without casts
|
||||
#define P2V_WO(x) ((x) + KERNBASE) // same as V2P, but without casts
|
||||
#define P2V_WO(x) ((x) + KERNBASE) // same as P2V, but without casts
|
||||
|
|
Loading…
Reference in a new issue