| Submitter | Robert Reif |
|---|---|
| Date | June 17, 2009, 11:41 a.m. |
| Message ID | <4A38D669.1010506@earthlink.net> |
| Download | mbox | patch |
| Permalink | /patch/28776/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Robert Reif <reif@earthlink.net> Date: Wed, 17 Jun 2009 07:41:29 -0400 > I really don't want to change head_32.S because that is > some scary code so I think I will just stick with my simple > silo patch that makes more room for the kernel and give > up on relocating the kernel for now. > > Here it the patch again: Robert, I'll try to look more closely at your work soon. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/Rules.make b/Rules.make index 4e722f9..f36e2d4 100644 --- a/Rules.make +++ b/Rules.make @@ -11,8 +11,8 @@ NM=nm ELFTOAOUT=elftoaout BIN2H=../common/bin2h -SMALL_RELOC=0x280000 -LARGE_RELOC=0x380000 +SMALL_RELOC=0x2E0000 +LARGE_RELOC=0x3E0000 cc-option-yn = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc /dev/null \ > /dev/null 2>&1; then echo "y"; else echo "n"; fi;)