Increase kernel size, by pushing rodata 1MB forward, from 5MB to 6MB.
authorderaadt <deraadt@openbsd.org>
Mon, 5 Jun 2017 18:56:30 +0000 (18:56 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 5 Jun 2017 18:56:30 +0000 (18:56 +0000)
This seems to satisfy the BTLB granularity.  Good enough for now.
ok kettenis

sys/arch/hppa/conf/ld.script

index 7378045..03c1b09 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ld.script,v 1.17 2011/04/25 20:43:40 kettenis Exp $   */
+/*     $OpenBSD: ld.script,v 1.18 2017/06/05 18:56:30 deraadt Exp $    */
 
 /*
  * Copyright (c) 2003 Michael Shalayeff
@@ -46,7 +46,7 @@ SECTIONS
                etext = ABSOLUTE(.);
        } = 0x08000240  /* nop filled */
 
-       . = 0x500000;
+       . = 0x600000;
 
        .rodata :
        {