* TRIVIAL: Remove warning in mm/memory.c
@ 2002-05-07 1:10 David Gibson
2002-05-07 1:32 ` Anton Altaparmakov
0 siblings, 1 reply; 3+ messages in thread
From: David Gibson @ 2002-05-07 1:10 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, trivial
Linus, please apply. This patch removes an unused variable in
mm/memory.c.
diff -urN /home/dgibson/kernel/linuxppc-2.5/mm/memory.c linux-bluefish/mm/memory.c
--- /home/dgibson/kernel/linuxppc-2.5/mm/memory.c Fri May 3 22:55:10 2002
+++ linux-bluefish/mm/memory.c Tue May 7 10:06:44 2002
@@ -874,7 +874,6 @@
end = PMD_SIZE;
pfn = phys_addr >> PAGE_SHIFT;
do {
- struct page *page;
pte_t oldpage = ptep_get_and_clear(pte);
if (!pfn_valid(pfn) || PageReserved(pfn_to_page(pfn)))
--
David Gibson | For every complex problem there is a
david@gibson.dropbear.id.au | solution which is simple, neat and
| wrong. -- H.L. Mencken
http://www.ozlabs.org/people/dgibson
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: TRIVIAL: Remove warning in mm/memory.c
2002-05-07 1:10 TRIVIAL: Remove warning in mm/memory.c David Gibson
@ 2002-05-07 1:32 ` Anton Altaparmakov
2002-05-07 2:20 ` David Gibson
0 siblings, 1 reply; 3+ messages in thread
From: Anton Altaparmakov @ 2002-05-07 1:32 UTC (permalink / raw)
To: David Gibson; +Cc: Linus Torvalds, linux-kernel, trivial
This is already removed in 2.5.14!
Best regards,
Anton
At 02:10 07/05/02, David Gibson wrote:
>Linus, please apply. This patch removes an unused variable in
>mm/memory.c.
>
>diff -urN /home/dgibson/kernel/linuxppc-2.5/mm/memory.c
>linux-bluefish/mm/memory.c
>--- /home/dgibson/kernel/linuxppc-2.5/mm/memory.c Fri May 3
>22:55:10 2002
>+++ linux-bluefish/mm/memory.c Tue May 7 10:06:44 2002
>@@ -874,7 +874,6 @@
> end = PMD_SIZE;
> pfn = phys_addr >> PAGE_SHIFT;
> do {
>- struct page *page;
> pte_t oldpage = ptep_get_and_clear(pte);
>
> if (!pfn_valid(pfn) || PageReserved(pfn_to_page(pfn)))
>
>
>--
>David Gibson | For every complex problem there is a
>david@gibson.dropbear.id.au | solution which is simple, neat and
> | wrong. -- H.L. Mencken
>http://www.ozlabs.org/people/dgibson
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/
--
"I've not lost my mind. It's backed up on tape somewhere." - Unknown
--
Anton Altaparmakov <aia21 at cantab.net> (replace at with @)
Linux NTFS Maintainer / IRC: #ntfs on irc.openprojects.net
WWW: http://linux-ntfs.sf.net/ & http://www-stu.christs.cam.ac.uk/~aia21/
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: TRIVIAL: Remove warning in mm/memory.c
2002-05-07 1:32 ` Anton Altaparmakov
@ 2002-05-07 2:20 ` David Gibson
0 siblings, 0 replies; 3+ messages in thread
From: David Gibson @ 2002-05-07 2:20 UTC (permalink / raw)
To: Anton Altaparmakov; +Cc: Linus Torvalds, linux-kernel
On Tue, May 07, 2002 at 02:32:15AM +0100, Anton Altaparmakov wrote:
> This is already removed in 2.5.14!
Oops, I was working
> At 02:10 07/05/02, David Gibson wrote:
> >Linus, please apply. This patch removes an unused variable in
> >mm/memory.c.
Oops, I was working of the linuxppc-2.5 bk tree and forget to check
that it was up to date with the Linus tree. Sorry.
--
David Gibson | For every complex problem there is a
david@gibson.dropbear.id.au | solution which is simple, neat and
| wrong. -- H.L. Mencken
http://www.ozlabs.org/people/dgibson
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-05-07 2:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-07 1:10 TRIVIAL: Remove warning in mm/memory.c David Gibson
2002-05-07 1:32 ` Anton Altaparmakov
2002-05-07 2:20 ` David Gibson
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.