* IA32 (2.6.9 - 2004-10-20.21.30) - 11 New warnings (gcc 3.2.2)
@ 2004-10-21 12:40 John Cherry
2004-10-21 13:44 ` Richard B. Johnson
0 siblings, 1 reply; 4+ messages in thread
From: John Cherry @ 2004-10-21 12:40 UTC (permalink / raw)
To: linux-kernel
drivers/char/drm/drm_agpsupport.h:431: warning: `inter_module_put' is deprecated (declared at include/linux/module.h:582)
drivers/char/drm/drm_stub.h:148: warning: `inter_module_put' is deprecated (declared at include/linux/module.h:582)
drivers/char/drm/drm_stub.h:150: warning: `inter_module_unregister' is deprecated (declared at include/linux/module.h:578)
drivers/char/drm/drm_stub.h:206: warning: `inter_module_register' is deprecated (declared at include/linux/module.h:577)
drivers/char/drm/drm_stub.h:216: warning: `inter_module_unregister' is deprecated (declared at include/linux/module.h:578)
drivers/char/mem.c:213: warning: `remap_page_range' is deprecated (declared at include/linux/mm.h:767)
drivers/media/dvb/dibusb/dvb-dibusb.c:308: warning: `dibusb_interrupt_read_loop' defined but not used
drivers/media/dvb/dibusb/dvb-dibusb.c:318: warning: `dibusb_read_remote_control' defined but not used
drivers/media/dvb/dibusb/dvb-dibusb.c:345: warning: `dibusb_hw_sleep' defined but not used
drivers/media/dvb/dibusb/dvb-dibusb.c:351: warning: `dibusb_hw_wakeup' defined but not used
drivers/media/video/cx88/cx88-blackbird.c:367: warning: long int format, size_t arg (arg 3)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: IA32 (2.6.9 - 2004-10-20.21.30) - 11 New warnings (gcc 3.2.2)
2004-10-21 12:40 IA32 (2.6.9 - 2004-10-20.21.30) - 11 New warnings (gcc 3.2.2) John Cherry
@ 2004-10-21 13:44 ` Richard B. Johnson
2004-10-21 20:22 ` Lee Revell
0 siblings, 1 reply; 4+ messages in thread
From: Richard B. Johnson @ 2004-10-21 13:44 UTC (permalink / raw)
To: John Cherry; +Cc: linux-kernel
On Thu, 21 Oct 2004, John Cherry wrote:
> drivers/char/mem.c:213: warning: `remap_page_range' is deprecated
(declared at include/linux/mm.h:767)
Hmmm. What does one use instead??? We still use mmap in drivers
or is that going to be removed too?
Cheers,
Dick Johnson
Penguin : Linux version 2.6.9 on an i686 machine (5537.79 GrumpyMips).
98.36% of all statistics are fiction.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: IA32 (2.6.9 - 2004-10-20.21.30) - 11 New warnings (gcc 3.2.2)
2004-10-21 13:44 ` Richard B. Johnson
@ 2004-10-21 20:22 ` Lee Revell
2004-10-22 11:09 ` William Lee Irwin III
0 siblings, 1 reply; 4+ messages in thread
From: Lee Revell @ 2004-10-21 20:22 UTC (permalink / raw)
To: root; +Cc: John Cherry, linux-kernel
On Thu, 2004-10-21 at 09:44, Richard B. Johnson wrote:
> On Thu, 21 Oct 2004, John Cherry wrote:
>
> > drivers/char/mem.c:213: warning: `remap_page_range' is deprecated
> (declared at include/linux/mm.h:767)
>
> Hmmm. What does one use instead??? We still use mmap in drivers
> or is that going to be removed too?
remap_pfn_range I think.
Lee
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: IA32 (2.6.9 - 2004-10-20.21.30) - 11 New warnings (gcc 3.2.2)
2004-10-21 20:22 ` Lee Revell
@ 2004-10-22 11:09 ` William Lee Irwin III
0 siblings, 0 replies; 4+ messages in thread
From: William Lee Irwin III @ 2004-10-22 11:09 UTC (permalink / raw)
To: Lee Revell; +Cc: root, John Cherry, linux-kernel
On Thu, 21 Oct 2004, John Cherry wrote:
>>> drivers/char/mem.c:213: warning: `remap_page_range' is deprecated
>>> (declared at include/linux/mm.h:767)
On Thu, 2004-10-21 at 09:44, Richard B. Johnson wrote:
>> Hmmm. What does one use instead??? We still use mmap in drivers
>> or is that going to be removed too?
On Thu, Oct 21, 2004 at 04:22:30PM -0400, Lee Revell wrote:
> remap_pfn_range I think.
remap_pfn_range() has identical functionality. It's been given a
distinct entrypoint name so people don't feed it raw physical addresses
by accident. It is an improvement because its interface doesn't truncate
physical addresses. I've got no idea what happened to the
drivers/char/mem.c hunk of my patch. Just check the archives, and see
that the patches I posted do actually sweep drivers/char/mem.c.
-- wli
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-10-22 11:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-21 12:40 IA32 (2.6.9 - 2004-10-20.21.30) - 11 New warnings (gcc 3.2.2) John Cherry
2004-10-21 13:44 ` Richard B. Johnson
2004-10-21 20:22 ` Lee Revell
2004-10-22 11:09 ` William Lee Irwin III
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).