]> Joshua Wise's Git repositories - netwatch.git/commitdiff
more stuff
authorJacob Potter <jdpotter@andrew.cmu.edu>
Fri, 7 Nov 2008 20:20:28 +0000 (15:20 -0500)
committerJacob Potter <jdpotter@andrew.cmu.edu>
Fri, 7 Nov 2008 20:20:28 +0000 (15:20 -0500)
aseg-paging/pagetable.h
aseg-paging/pagingstub-asm.s

index 49e70139ba136422d17726986f0ff174ebe89fab..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1 +0,0 @@
-void * pt_setup(int smbase);
index 0d30a6dd744f1f4e751dcd35672d0361dce8db3e..414e463efbbe104bd68f0fa71a25b2c7645dd09a 100644 (file)
@@ -11,3 +11,10 @@ set_cr0_cont:                           # Hey, here we are!
   addl $6, %esp                         # Un-do 48 bits of pushing
   ret
 
+
+.globl ps_switch_stack
+ps_switch_stack:
+  mov 4(%esp), %eax
+  mov 8(%esp), %esp   
+  call *%eax
+  rsm
This page took 0.02383 seconds and 4 git commands to generate.