public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Kernel 2.4.1pre11 - Compile bug - Function prototype change?
@ 2001-01-28 23:21 Shawn Starr
  2001-01-28 23:24 ` [IGNORE] " Shawn Starr
  0 siblings, 1 reply; 2+ messages in thread
From: Shawn Starr @ 2001-01-28 23:21 UTC (permalink / raw)
  To: linux-kernel

in include/linux/mm.h:

-extern void zap_page_range(struct mm_struct *mm, unsigned long address,
unsigned long size, int actions);
+extern void zap_page_range(struct mm_struct *mm, unsigned long address,
unsigned long size)

The function has changed and breaks memory.c ?

memory.c:352: conflicting types for `zap_page_range'
/usr/src/linux/include/linux/mm.h:396: previous declaration of
`zap_page_range'
make[2]: *** [memory.o] Error 1
make[2]: Leaving directory `/usr/src/linux/mm'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux/mm'
make: *** [_dir_mm] Error 2

Shawn.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [IGNORE] Re: Kernel 2.4.1pre11 - Compile bug - Function prototype  change?
  2001-01-28 23:21 Kernel 2.4.1pre11 - Compile bug - Function prototype change? Shawn Starr
@ 2001-01-28 23:24 ` Shawn Starr
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Starr @ 2001-01-28 23:24 UTC (permalink / raw)
  To: linux-kernel

Nevermind, the low-latency patch changed this function.. ignore
Shawn Starr wrote:

> in include/linux/mm.h:
>
> -extern void zap_page_range(struct mm_struct *mm, unsigned long address,
> unsigned long size, int actions);
> +extern void zap_page_range(struct mm_struct *mm, unsigned long address,
> unsigned long size)
>
> The function has changed and breaks memory.c ?
>
> memory.c:352: conflicting types for `zap_page_range'
> /usr/src/linux/include/linux/mm.h:396: previous declaration of
> `zap_page_range'
> make[2]: *** [memory.o] Error 1
> make[2]: Leaving directory `/usr/src/linux/mm'
> make[1]: *** [first_rule] Error 2
> make[1]: Leaving directory `/usr/src/linux/mm'
> make: *** [_dir_mm] Error 2
>
> Shawn.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-01-28 23:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-28 23:21 Kernel 2.4.1pre11 - Compile bug - Function prototype change? Shawn Starr
2001-01-28 23:24 ` [IGNORE] " Shawn Starr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox