From e8c024338a3bb6434eec282875fee1890b7048a2 Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 5 Jun 2017 18:56:30 +0000 Subject: [PATCH] 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 --- sys/arch/hppa/conf/ld.script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 : { -- 2.20.1