From owner-cvs-all Mon Jul 29 23:38:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C54337B400; Mon, 29 Jul 2002 23:38:41 -0700 (PDT) Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80EAA43E5E; Mon, 29 Jul 2002 23:38:38 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwa@tasogare.imasy.or.jp [202.227.24.5]) by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id g6U6cZW89108; Tue, 30 Jul 2002 15:38:35 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Tue, 30 Jul 2002 15:38:29 +0900 (JST) Message-Id: <20020730.153829.126756713.iwasaki@jp.FreeBSD.org> To: jhb@FreeBSD.org Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.cpu.mk From: Mitsuru IWASAKI In-Reply-To: References: <200207272215.g6RMFg6Z045835@freefall.freebsd.org> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On 27-Jul-2002 John Baldwin wrote: > > jhb 2002/07/27 15:15:42 PDT > > > > Modified files: > > share/mk bsd.cpu.mk > > Log: > > - Fixup whitespace after previous commit. > > - To minimize whitespace changes, remove a test that didn't define > > _CPUCFLAGS if both NO_CPU_CFLAGS and NO_CPU_COPTFLAGS were defined > > since it is redundant (we don't use _CPUCFLAGS if those are defined). > > > > Revision Changes Path > > 1.14 +10 -12 src/share/mk/bsd.cpu.mk > > I'm currently testing some further changes that define NO_CPU_CFLAGS for > BMAKE, TMAKE, and XMAKE to handle bootstrapping issues and use > TARGET_CPUTYPE instead of CPUTYPE for cross builds. FYI: acpi wakeup from S3 got panic w/o NO_CPU_CFLAGS. Where to fix? [manually copied, maybe some typos.] Fatal trap 12: page fault while in kernel mode fault virtual address = 0x3c0a1fa fault code = supervisor write, page not present instruction pointer = 0x8:0xc6316b17 stack pointer = 0x10:0xc6316aec frame pointer = 0x10:0xc0a15e80 code segmeng = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 1645 (acpiconf) kernel: type 12 trap, code=0 Stopped at 0xc6316b17: rolb $0,0x3c0a165(%eax) db> t _end(0,c0a15c00,c0370474,0,c0a15c00) at 0xc6316b17 (null)(0,0,0,0,0) at 0 db> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message