* [Patch] swsusp for 2.4.10
@ 2001-09-28 21:53 Pavel Machek
2001-09-29 1:54 ` hugang
0 siblings, 1 reply; 3+ messages in thread
From: Pavel Machek @ 2001-09-28 21:53 UTC (permalink / raw)
To: detlefc, ACPI mailing list, kernel list, seasons
[-- Attachment #1: Type: text/plain, Size: 263 bytes --]
Hi!
I should get some software that checks for mails that *should* have
attachments. Here it is:
Pavel
--
I'm pavel@ucw.cz. "In my country we have almost anarchy and I don't care."
Panos Katsaloulis describing me w.r.t. patents at discuss@linmodems.org
[-- Attachment #2: delme.gz --]
[-- Type: application/octet-stream, Size: 23424 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Patch] swsusp for 2.4.10
2001-09-28 21:53 [Patch] swsusp for 2.4.10 Pavel Machek
@ 2001-09-29 1:54 ` hugang
2001-09-29 8:31 ` Pavel Machek
0 siblings, 1 reply; 3+ messages in thread
From: hugang @ 2001-09-29 1:54 UTC (permalink / raw)
To: Pavel Machek; +Cc: detlefc, acpi, linux-kernel, seasons
[-- Attachment #1: Type: text/plain, Size: 706 bytes --]
On Fri, 28 Sep 2001 23:53:33 +0200
Pavel Machek <pavel@suse.cz> wrote:
>Hi!
>
>I should get some software that checks for mails that *should* have
>attachments. Here it is:
> Pavel
>--
>I'm pavel@ucw.cz. "In my country we have almost anarchy and I don't care."
>Panos Katsaloulis describing me w.r.t. patents at discuss@linmodems.org
>
You lost vmlinux.lds patch .
--
Best Regard!
礼!
----------------------------------------------------
hugang : 胡刚 GNU/Linux User
email : gang_hu@soul.com.cn linuxbest@soul.com.cn
Tel : +861068425741/2/3/4
Web : http://www.soul.com.cn
Beijing Soul technology Co.Ltd.
北京众志和达科技有限公司
----------------------------------------------------
[-- Attachment #2: 1.path --]
[-- Type: application/octet-stream, Size: 331 bytes --]
--- vmlinux.lds.old Sat Sep 29 09:53:32 2001
+++ vmlinux.lds Sat Sep 29 09:52:05 2001
@@ -54,6 +54,12 @@
__init_end = .;
. = ALIGN(4096);
+ __nosave_begin = .;
+ .data_nosave : { *(.data.nosave) }
+ . = ALIGN(4096);
+ __nosave_end = .;
+
+ . = ALIGN(4096);
.data.page_aligned : { *(.data.idt) }
. = ALIGN(32);
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Patch] swsusp for 2.4.10
2001-09-29 1:54 ` hugang
@ 2001-09-29 8:31 ` Pavel Machek
0 siblings, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2001-09-29 8:31 UTC (permalink / raw)
To: hugang; +Cc: detlefc, acpi, linux-kernel, seasons
Hi!
> >I should get some software that checks for mails that *should* have
> >attachments. Here it is:
> > Pavel
> >--
> >I'm pavel@ucw.cz. "In my country we have almost anarchy and I don't care."
> >Panos Katsaloulis describing me w.r.t. patents at discuss@linmodems.org
> >
> You lost vmlinux.lds patch .
Yep.
--- clean/arch/i386/vmlinux.lds Sun Jul 8 23:26:00 2001
+++ linux-swsusp/arch/i386/vmlinux.lds Thu Sep 27 12:35:19 2001
@@ -54,6 +54,12 @@
__init_end = .;
. = ALIGN(4096);
+ __nosave_begin = .;
+ .data_nosave : { *(.data.nosave) }
+ . = ALIGN(4096);
+ __nosave_end = .;
+
+ . = ALIGN(4096);
.data.page_aligned : { *(.data.idt) }
. = ALIGN(32);
Pavel
--
Casualities in World Trade Center: 6453 dead inside the building,
cryptography in U.S.A. and free speech in Czech Republic.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-09-29 8:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-28 21:53 [Patch] swsusp for 2.4.10 Pavel Machek
2001-09-29 1:54 ` hugang
2001-09-29 8:31 ` Pavel Machek
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.