Marc Jones wrote:
This patch cleans up and clarifies Geode source code comments.
Index: LinuxBIOSv2/src/cpu/amd/model_lx/vsmsetup.c
--- LinuxBIOSv2.orig/src/cpu/amd/model_lx/vsmsetup.c 2007-05-10 16:09:35.000000000 -0600 +++ LinuxBIOSv2/src/cpu/amd/model_lx/vsmsetup.c 2007-05-10 15:30:05.000000000 -0600 @@ -142,7 +142,8 @@ /* save the stack */ " mov %%esp, __stack \n" " jmp 1f \n"
"__stack: .long 0 \n" "1:\n"
"__stack: .long 0 \n"
/* get devfn into %%ecx */ " movl %%esp, %%ebp \n""1:\n"
Looks like I got Stefan's whitespace patch fix in with mine and I didn't quilt it correctly. It should still patch and check into svn correctly. Sorry. Marc