All of lore.kernel.org
 help / color / mirror / Atom feed
From: hugang <linuxbest@soul.com.cn>
To: Pavel Machek <pavel@suse.cz>
Cc: detlefc@users.sourceforge.net,
	acpi@phobos.fachschaften.tu-muenchen.de,
	linux-kernel@vger.kernel.org, seasons@falcon.sch.bme.hu
Subject: Re: [Patch] swsusp for 2.4.10
Date: Sat, 29 Sep 2001 09:54:54 +0800	[thread overview]
Message-ID: <20010929095454.6ca54f34.linuxbest@soul.com.cn> (raw)
In-Reply-To: <20010928235333.A1468@bug.ucw.cz>
In-Reply-To: <20010928235333.A1468@bug.ucw.cz>

[-- 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);

  reply	other threads:[~2001-09-29  1:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-28 21:53 [Patch] swsusp for 2.4.10 Pavel Machek
2001-09-29  1:54 ` hugang [this message]
2001-09-29  8:31   ` Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010929095454.6ca54f34.linuxbest@soul.com.cn \
    --to=linuxbest@soul.com.cn \
    --cc=acpi@phobos.fachschaften.tu-muenchen.de \
    --cc=detlefc@users.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@suse.cz \
    --cc=seasons@falcon.sch.bme.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.