All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] KERNEL_VERSION #ifs
@ 2005-12-18 22:00 Eric Sesterhenn / snakebyte
  2005-12-18 22:16 ` Matthew Wilcox
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Sesterhenn / snakebyte @ 2005-12-18 22:00 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

hi,

the kerneljanitor TODO states the following:
"- Code that depends on LINUX_VERSION_CODE & KERNEL_VERSION < 2.6 can be
  deleted in most cases. (Mostly/all? done)"

does this mean that an if like this

#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,2,0)

in arch/cris/arch-v32/kernel/fasttimer.c should also be
removed (Of course just the if, not the code inside it)

Thanks, Eric 


[-- Attachment #2: Type: text/plain, Size: 168 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

end of thread, other threads:[~2005-12-18 23:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-18 22:00 [KJ] KERNEL_VERSION #ifs Eric Sesterhenn / snakebyte
2005-12-18 22:16 ` Matthew Wilcox
2005-12-18 22:41 ` Eric Sesterhenn / snakebyte
2005-12-18 23:18 ` Adrian Bunk

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.