lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4104961b0811140044i7e57fedcw568ea1cd82f09167@mail.gmail.com>
Date:	Fri, 14 Nov 2008 16:44:33 +0800
From:	"jidong xiao" <jidong.xiao@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: Where is acpi_copy_wakeup_routine in lastest kernel?

Hi,

In kernels before 2.6.25 there is a function called
acpi_copy_wakeup_routine, but this routine is disappear ever since
2.6.26.

lfs:/usr/src/linux-2.6.25 # grep -r acpi_copy_wakeup_routine *
arch/x86/kernel/acpi/sleep.c:extern unsigned long
acpi_copy_wakeup_routine(unsigned long);
arch/x86/kernel/acpi/sleep.c:   acpi_copy_wakeup_routine(acpi_wakeup_address);
arch/x86/kernel/acpi/wakeup_32.S:# acpi_copy_wakeup_routine
arch/x86/kernel/acpi/wakeup_32.S:ENTRY(acpi_copy_wakeup_routine)
arch/x86/kernel/acpi/wakeup_64.S:# acpi_copy_wakeup_routine
arch/x86/kernel/acpi/wakeup_64.S:ENTRY(acpi_copy_wakeup_routine)

lfs:/usr/src/linux-2.6.26 # grep -r copy_wakeup_routine *
arch/x86/kernel/acpi/sleep.h:extern unsigned long
acpi_copy_wakeup_routine(unsigned long);

It's so strange that the definition is no longer there while there is
still a declaration. What's the story behind this?Thanks.

Regards
Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ