2014-07-03 01:41:42

by Nicholas Krause

[permalink] [raw]
Subject: [PATCH] m68k: Remove FIXME comment in file sun3_pgalloc.h

Removes a FIXME comment in this file due to it not compiling
as it now compiles.

Signed-off-by: Nicholas Krause <[email protected]>
---
arch/m68k/include/asm/sun3_pgalloc.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/m68k/include/asm/sun3_pgalloc.h b/arch/m68k/include/asm/sun3_pgalloc.h
index f868506..1798f25 100644
--- a/arch/m68k/include/asm/sun3_pgalloc.h
+++ b/arch/m68k/include/asm/sun3_pgalloc.h
@@ -12,7 +12,6 @@

#include <asm/tlb.h>

-/* FIXME - when we get this compiling */
/* erm, now that it's compiling, what do we do with it? */
#define _KERNPG_TABLE 0

--
1.9.1


2014-07-03 12:35:29

by Sam Creasey

[permalink] [raw]
Subject: Re: [PATCH] m68k: Remove FIXME comment in file sun3_pgalloc.h

Acked-by: Sam Creasey <[email protected]>

On Wed, Jul 02, 2014 at 09:41:33PM -0400, Nicholas Krause wrote:
> Removes a FIXME comment in this file due to it not compiling
> as it now compiles.
>
> Signed-off-by: Nicholas Krause <[email protected]>
> ---
> arch/m68k/include/asm/sun3_pgalloc.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/m68k/include/asm/sun3_pgalloc.h b/arch/m68k/include/asm/sun3_pgalloc.h
> index f868506..1798f25 100644
> --- a/arch/m68k/include/asm/sun3_pgalloc.h
> +++ b/arch/m68k/include/asm/sun3_pgalloc.h
> @@ -12,7 +12,6 @@
>
> #include <asm/tlb.h>
>
> -/* FIXME - when we get this compiling */
> /* erm, now that it's compiling, what do we do with it? */
> #define _KERNPG_TABLE 0
>

2014-07-04 01:29:09

by Finn Thain

[permalink] [raw]
Subject: Re: [PATCH] m68k: Remove FIXME comment in file sun3_pgalloc.h


On Wed, 2 Jul 2014, Nicholas Krause wrote:

> Removes a FIXME comment in this file due to it not compiling as it now
> compiles.

What got fixed?

It doesn't say "FIXME - this doesn't compile".

>
> Signed-off-by: Nicholas Krause <[email protected]>
> ---
> arch/m68k/include/asm/sun3_pgalloc.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/m68k/include/asm/sun3_pgalloc.h b/arch/m68k/include/asm/sun3_pgalloc.h
> index f868506..1798f25 100644
> --- a/arch/m68k/include/asm/sun3_pgalloc.h
> +++ b/arch/m68k/include/asm/sun3_pgalloc.h
> @@ -12,7 +12,6 @@
>
> #include <asm/tlb.h>
>
> -/* FIXME - when we get this compiling */
> /* erm, now that it's compiling, what do we do with it? */
> #define _KERNPG_TABLE 0
>
>

--

2014-07-04 06:03:12

by Nicholas Krause

[permalink] [raw]
Subject: Re: [PATCH] m68k: Remove FIXME comment in file sun3_pgalloc.h

-/* FIXME - when we get this compiling */
> /* erm, now that it's compiling, what do we do with it? */
What are these two lines for them another compile issue?
Cheers Nick

On Thu, Jul 3, 2014 at 9:28 PM, Finn Thain <[email protected]> wrote:
>
> On Wed, 2 Jul 2014, Nicholas Krause wrote:
>
>> Removes a FIXME comment in this file due to it not compiling as it now
>> compiles.
>
> What got fixed?
>
> It doesn't say "FIXME - this doesn't compile".
>
>>
>> Signed-off-by: Nicholas Krause <[email protected]>
>> ---
>> arch/m68k/include/asm/sun3_pgalloc.h | 1 -
>> 1 file changed, 1 deletion(-)
>>
>> diff --git a/arch/m68k/include/asm/sun3_pgalloc.h b/arch/m68k/include/asm/sun3_pgalloc.h
>> index f868506..1798f25 100644
>> --- a/arch/m68k/include/asm/sun3_pgalloc.h
>> +++ b/arch/m68k/include/asm/sun3_pgalloc.h
>> @@ -12,7 +12,6 @@
>>
>> #include <asm/tlb.h>
>>
>> -/* FIXME - when we get this compiling */
>> /* erm, now that it's compiling, what do we do with it? */
>> #define _KERNPG_TABLE 0
>>
>>
>
> --

2014-07-04 06:20:20

by Finn Thain

[permalink] [raw]
Subject: Re: [PATCH] m68k: Remove FIXME comment in file sun3_pgalloc.h


On Fri, 4 Jul 2014, Nick Krause wrote:

> What are these two lines for them another compile issue?

I don't see why those two lines are important.

> >> -/* FIXME - when we get this compiling */
> >> /* erm, now that it's compiling, what do we do with it? */
> >> #define _KERNPG_TABLE 0

Presumably it is the third line that the "FIXME" refers to.

I didn't write this code, but obviously it isn't supposed to be read as

/* FIXME - this comment needs to be deleted */

--

2014-07-04 16:10:04

by Nicholas Krause

[permalink] [raw]
Subject: Re: [PATCH] m68k: Remove FIXME comment in file sun3_pgalloc.h

Very well then seems I should resend this patch removing the define
line as it seems to have no use
in this file.
Cheers Nick

On Fri, Jul 4, 2014 at 2:19 AM, Finn Thain <[email protected]> wrote:
>
> On Fri, 4 Jul 2014, Nick Krause wrote:
>
>> What are these two lines for them another compile issue?
>
> I don't see why those two lines are important.
>
>> >> -/* FIXME - when we get this compiling */
>> >> /* erm, now that it's compiling, what do we do with it? */
>> >> #define _KERNPG_TABLE 0
>
> Presumably it is the third line that the "FIXME" refers to.
>
> I didn't write this code, but obviously it isn't supposed to be read as
>
> /* FIXME - this comment needs to be deleted */
>
> --

2014-07-04 16:17:42

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH] m68k: Remove FIXME comment in file sun3_pgalloc.h

On Fri, Jul 4, 2014 at 6:10 PM, Nick Krause <[email protected]> wrote:
> Very well then seems I should resend this patch removing the define
> line as it seems to have no use
> in this file.

Indeed. Thanks in advance!
FYI, the last user of _KERNPG_TABLE was removed in 2.5.18.

> Cheers Nick
>
> On Fri, Jul 4, 2014 at 2:19 AM, Finn Thain <[email protected]> wrote:
>>
>> On Fri, 4 Jul 2014, Nick Krause wrote:
>>
>>> What are these two lines for them another compile issue?
>>
>> I don't see why those two lines are important.
>>
>>> >> -/* FIXME - when we get this compiling */
>>> >> /* erm, now that it's compiling, what do we do with it? */
>>> >> #define _KERNPG_TABLE 0
>>
>> Presumably it is the third line that the "FIXME" refers to.
>>
>> I didn't write this code, but obviously it isn't supposed to be read as
>>
>> /* FIXME - this comment needs to be deleted */

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds