trial implementation of private file mapping
for review only. will soon be reverted.
This commit is contained in:
@ -128,6 +128,8 @@ struct x86_regs {
|
||||
unsigned long error, rip, cs, rflags, rsp, ss;
|
||||
};
|
||||
|
||||
#define REGS_GET_STACK_POINTER(regs) (((struct x86_regs *)regs)->rsp)
|
||||
|
||||
/*
|
||||
* Page fault error code bits:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user