diff options
| author | Robert Morris <rtm@nephron.lcs.mit.edu> | 2010-08-05 14:15:03 -0400 |
|---|---|---|
| committer | Robert Morris <rtm@nephron.lcs.mit.edu> | 2010-08-05 14:15:03 -0400 |
| commit | 2cf6b32d4dbc915f5d3b2d7b0e382c0ad20299be (patch) | |
| tree | 07c8bb6c34e0cc22d44046acfa16ba29899842ee /defs.h | |
| parent | eb18645f17877de4ced951eed5abac61bdfcd5c5 (diff) | |
| download | xv6-labs-2022-2cf6b32d4dbc915f5d3b2d7b0e382c0ad20299be.tar.xz xv6-labs-2022-2cf6b32d4dbc915f5d3b2d7b0e382c0ad20299be.zip | |
move jkstack to main.c
replace jstack with asm()s
Diffstat (limited to 'defs.h')
| -rw-r--r-- | defs.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -110,7 +110,6 @@ void yield(void); // swtch.S void swtch(struct context**, struct context*); -void jstack(uint); // spinlock.c void acquire(struct spinlock*); @@ -157,7 +156,6 @@ void pminit(void); void ksegment(void); void kvmalloc(void); void vminit(void); -void jkstack(); void printstack(void); void printpgdir(pde_t *); pde_t* setupkvm(void); |
