public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Messages "ACPI attempting to access kernel owned memory"?
@ 2001-08-30 20:54 Andreas Franck
  2001-08-30 21:10 ` Alan Cox
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Franck @ 2001-08-30 20:54 UTC (permalink / raw)
  To: linux-kernel

Hello people,

since a few releases of 2.4.x-ac? I get the following error message before 
ACPI is initialized:

	ACPI attempting to access kernel owned memory at 040FDC09.
	ACPI attempting to access kernel owned memory at 040FDC09.
	ACPI attempting to access kernel owned memory at 040FF78C.
	ACPI attempting to access kernel owned memory at 040FF78C.
	ACPI attempting to access kernel owned memory at 040FFBC0.
	ACPI attempting to access kernel owned memory at 040FDC31.
	ACPI attempting to access kernel owned memory at 040FDC31.
	ACPI: Core Subsystem version [20010615]
	ACPI: Subsystem enabled
	ACPI: System firmware supports S0 S1 S5
	Processor[0]: C0 C1 C2
	Power Button: found

My mainboard is an Intel AL440LX with (440LX Chipset), a bit old, but ACPI 
works (at least, it cleanly shutd down my computer when I push the power 
button, which seems the only thing it really does, so far).

Apart from this messages showing up at boot time, everything works normal.

What puzzles me is that the memory adresses should not be owned by the 
kernel, the ranges are reserved for ACPI in the BIOS-e820 printout:

	Linux version 2.4.9-ac3 (root@dg1kfa) (gcc version 2.95.2 19991024
		(release)) #1 Wed Aug 29 23:09:32 CEST 2001
	BIOS-provided physical RAM map:
	 BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
	 BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
	 BIOS-e820: 00000000000e7400 - 0000000000100000 (reserved)
	 BIOS-e820: 0000000000100000 - 00000000040fdc00 (usable)
	 BIOS-e820: 00000000040fdc00 - 00000000040ff800 (ACPI data)
	 BIOS-e820: 00000000040ff800 - 00000000040ffc00 (ACPI NVS)
	 BIOS-e820: 00000000040ffc00 - 0000000020000000 (usable)
	 BIOS-e820: 00000000fffe7400 - 0000000100000000 (reserved)
	On node 0 totalpages: 131072
	zone(0): 4096 pages.
	zone(1): 126976 pages.
	zone(2): 0 pages.
	Local APIC disabled by BIOS -- reenabling.
	Found and enabled local APIC!
	Kernel command line: root=/dev/hdc2 apm=off video=matrox:vesa:280,fv:76
		hdb=ide-scsi mem=524288K

In the .config, I have enabled the following options for kernel debugging (to 
help you all to fix my problems :-):

	#
	# Kernel hacking
	#
	CONFIG_DEBUG_KERNEL=y
	CONFIG_DEBUG_SLAB=y
	CONFIG_DEBUG_IOVIRT=y
	CONFIG_MAGIC_SYSRQ=y
	CONFIG_DEBUG_SPINLOCK=y
	CONFIG_DEBUG_BUGVERBOSE=y

The PM/ACPI configuration looks as following:

	CONFIG_PM=y
	CONFIG_ACPI=y
	CONFIG_ACPI_DEBUG=y
	CONFIG_ACPI_BUSMGR=y
	CONFIG_ACPI_SYS=y
	CONFIG_ACPI_CPU=y
	CONFIG_ACPI_BUTTON=y
	CONFIG_ACPI_AC=y
	CONFIG_ACPI_EC=y
	CONFIG_ACPI_CMBATT=y
	CONFIG_ACPI_THERMAL=y
	# CONFIG_APM is not set

I hope this report was useful, I'm willing to test any suggestions or patches 
here.

Greetings,
Andreas

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-08-31 16:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-30 20:54 Messages "ACPI attempting to access kernel owned memory"? Andreas Franck
2001-08-30 21:10 ` Alan Cox
2001-08-31  1:56   ` Andreas Franck
2001-08-31  2:31     ` Jan Niehusmann
2001-08-31 13:53     ` Alan Cox
2001-08-31 16:49       ` Andreas Franck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox