Bug 53008

Summary: [PATCH] genwakecode generates errornously define for undefined constant
Product: Base System Reporter: Jens Rehsack <rehsack>
Component: kernAssignee: freebsd-acpi (Nobody) <acpi>
Status: Closed FIXED    
Severity: Affects Only Me CC: rehsack
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-sys-i386-acpica-genwakecode.diff none

Description Jens Rehsack 2003-06-07 10:10:13 UTC
	$ pwd
	/usr/obj/usr/src/sys/WINNIE/modules/usr/src/sys/modules/acpi
	$ nm -n acpi_wakecode.o
	         U TSS_TYPEFIX_MASK
	00000000 t wakeup_16
	00000081 t wakeup_sw32
	00000089 t wakeup_32
	0000009e t wakeup_32stack
	0000013b t physical_gdt
	00000141 t physical_esp
	00000145 t previous_cr2
	00000149 t previous_cr3
	0000014d t previous_cr4
	00000151 t previous_cr0
	00000155 t previous_tr
	00000157 t previous_gdt
	0000015d t previous_ldt
	0000015f t previous_idt
	00000165 t where_to_recover
	00000169 t previous_ds
	0000016b t previous_es
	0000016d t previous_fs
	0000016f t previous_gs
	00000171 t previous_ss
	00000173 t dummy
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2004-08-27 17:13:43 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-acpi

Over to ACPI maintainers
Comment 2 Nate Lawson 2004-10-10 09:11:02 UTC
I don't see how your patch affects anything.  Can you supply more info?

 > nm -n acpi_wakecode.o > 1
 > nm -n --defined-only acpi_wakecode.o > 2
 > diff -u 1 2
 >

-Nate
Comment 3 njl freebsd_committer freebsd_triage 2004-12-12 06:59:23 UTC
State Changed
From-To: open->closed

I committed this although it makes no difference in our current code 
generation.  Thanks.