diff arch/progint.S @ 150:e72f984619c7

Consolidated a lot of the defines which relate to the memory layout There is a new file (include/os/memLayout.h) which now includes just about all the #defines
author Jonathan Pevarnek <pevarnj@gmail.com>
date Wed, 02 Nov 2011 09:55:09 -0400
parents ea2136c52c35
children
line wrap: on
line diff
--- a/arch/progint.S	Sun Oct 30 00:24:35 2011 -0400
+++ b/arch/progint.S	Wed Nov 02 09:55:09 2011 -0400
@@ -1,4 +1,5 @@
 #include <os/progint.h>
+#include <os/memLayout.h>
 
 .text
 	.align 4
@@ -7,7 +8,7 @@
 PROGINT:
 	stmg %r0,%r15,PROGINT_REG_LOC #save current registers
 
-#	llilf %r15,PROGINT_STACK
+#	llilf %r15,PROGINT_STACK_START
 	lhi %r15,PROGINT_STACK_SHIFT
 	sla %r15,PROGINT_STACK_SHIFT_OFFSET(%r0)