From: deraadt Date: Mon, 5 Jun 2017 18:56:30 +0000 (+0000) Subject: Increase kernel size, by pushing rodata 1MB forward, from 5MB to 6MB. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e8c024338a3bb6434eec282875fee1890b7048a2;p=openbsd Increase kernel size, by pushing rodata 1MB forward, from 5MB to 6MB. This seems to satisfy the BTLB granularity. Good enough for now. ok kettenis --- diff --git a/sys/arch/hppa/conf/ld.script b/sys/arch/hppa/conf/ld.script index 7378045a7e1..03c1b095e2a 100644 --- a/sys/arch/hppa/conf/ld.script +++ b/sys/arch/hppa/conf/ld.script @@ -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 : {