* Re: [ACPI] swsusp/s3: Assembly interactions need asmlinkage
2004-02-24 13:00 Pavel Machek
@ 2004-02-25 8:39 ` Bruno Ducrot
2004-02-25 10:11 ` Pavel Machek
0 siblings, 1 reply; 3+ messages in thread
From: Bruno Ducrot @ 2004-02-25 8:39 UTC (permalink / raw)
To: Pavel Machek
Cc: Rusty trivial patch monkey Russell, Andrew Morton, kernel list,
Stefan Seyfried, acpi-devel
On Tue, Feb 24, 2004 at 02:00:51PM +0100, Pavel Machek wrote:
> Hi!
>
> swsusp/s3 assembly parts, and parts called from assembly are not
> properly marked asmlinkage; that leads to double fault on resume when
> someone compiles kernel with regparm. Thanks go to Stefan Seyfried for
> discovering this. Please apply,
Does acpi_enter_sleep_state_s4bios() have the same issue ?
--
Bruno Ducrot
-- Which is worse: ignorance or apathy?
-- Don't know. Don't care.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ACPI] swsusp/s3: Assembly interactions need asmlinkage
2004-02-25 8:39 ` [ACPI] " Bruno Ducrot
@ 2004-02-25 10:11 ` Pavel Machek
0 siblings, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2004-02-25 10:11 UTC (permalink / raw)
To: Bruno Ducrot
Cc: Rusty trivial patch monkey Russell, Andrew Morton, kernel list,
Stefan Seyfried, acpi-devel
Hi!
> > swsusp/s3 assembly parts, and parts called from assembly are not
> > properly marked asmlinkage; that leads to double fault on resume when
> > someone compiles kernel with regparm. Thanks go to Stefan Seyfried for
> > discovering this. Please apply,
>
> Does acpi_enter_sleep_state_s4bios() have the same issue ?
Yes, it does; I missed that. Thanks. Here's the fix.
Pavel
--- clean/drivers/acpi/hardware/hwsleep.c 2004-02-05 01:53:59.000000000 +0100
+++ linux/drivers/acpi/hardware/hwsleep.c 2004-02-25 11:08:15.000000000 +0100
@@ -359,7 +359,7 @@
*
******************************************************************************/
-acpi_status
+acpi_status asmlinkage
acpi_enter_sleep_state_s4bios (
void)
{
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ACPI] swsusp/s3: Assembly interactions need asmlinkage
[not found] <A6974D8E5F98D511BB910002A50A6647615F309E@hdsmsx402.hd.intel.com>
@ 2004-03-04 3:28 ` Len Brown
0 siblings, 0 replies; 3+ messages in thread
From: Len Brown @ 2004-03-04 3:28 UTC (permalink / raw)
To: Pavel Machek
Cc: Rusty trivial patch monkey Russell, Andrew Morton,
Kernel Mailing List, Stefan Seyfried, ACPI Developers
Applied.
thanks,
-Len
On Tue, 2004-02-24 at 08:00, Pavel Machek wrote:
> Hi!
>
> swsusp/s3 assembly parts, and parts called from assembly are not
> properly marked asmlinkage; that leads to double fault on resume when
> someone compiles kernel with regparm. Thanks go to Stefan Seyfried for
> discovering this. Please apply,
> Pavel
>
> --- tmp/linux/drivers/acpi/hardware/hwsleep.c 2004-02-05
> 01:53:59.000000000 +0100
> +++ linux/drivers/acpi/hardware/hwsleep.c 2004-02-23
> 21:47:23.000000000 +0100
> @@ -205,7 +205,7 @@
> *
>
> ******************************************************************************/
>
> -acpi_status
> +acpi_status asmlinkage
> acpi_enter_sleep_state (
> u8 sleep_state)
> {
> --- tmp/linux/include/linux/suspend.h 2004-02-24 13:21:40.000000000
> +0100
> +++ linux/include/linux/suspend.h 2004-02-23 20:57:04.000000000
> +0100
> @@ -82,4 +82,10 @@
> }
> #endif /* CONFIG_PM */
>
> +asmlinkage extern void do_magic(int is_resume);
> +asmlinkage extern void do_magic_resume_1(void);
> +asmlinkage extern void do_magic_resume_2(void);
> +asmlinkage extern void do_magic_suspend_1(void);
> +asmlinkage extern void do_magic_suspend_2(void);
> +
> #endif /* _LINUX_SWSUSP_H */
>
> --
> When do you have a heart between your knees?
> [Johanka's followup: and *two* hearts?]
>
>
> -------------------------------------------------------
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-03-04 3:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <A6974D8E5F98D511BB910002A50A6647615F309E@hdsmsx402.hd.intel.com>
2004-03-04 3:28 ` [ACPI] swsusp/s3: Assembly interactions need asmlinkage Len Brown
2004-02-24 13:00 Pavel Machek
2004-02-25 8:39 ` [ACPI] " Bruno Ducrot
2004-02-25 10:11 ` Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox