trivial: remove superfluous empty lines
Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
parent
248b9639ec
commit
b9781a0f19
3 changed files with 0 additions and 4 deletions
|
|
@ -83,4 +83,3 @@ static inline exception_t Arch_setTLSRegister(word_t tls_base)
|
|||
}
|
||||
|
||||
#endif /* __ASSEMBLER__ */
|
||||
|
||||
|
|
|
|||
|
|
@ -256,5 +256,3 @@ static inline void Arch_setTLSRegister(word_t tls_base)
|
|||
}
|
||||
|
||||
#endif // __ASSEMBLER__
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -282,7 +282,6 @@ create_domain_cap(cap_t root_cnode_cap)
|
|||
write_slot(SLOT_PTR(pptr_of_cap(root_cnode_cap), seL4_CapDomain), cap);
|
||||
}
|
||||
|
||||
|
||||
BOOT_CODE cap_t create_ipcbuf_frame_cap(cap_t root_cnode_cap, cap_t pd_cap, vptr_t vptr)
|
||||
{
|
||||
clearMemory((void *)rootserver.ipc_buf, PAGE_BITS);
|
||||
|
|
|
|||
Loading…
Reference in a new issue