linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* missing release_region in i8042_exit
@ 2006-09-11  9:30 Olaf Hering
  0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2006-09-11  9:30 UTC (permalink / raw)
  To: linuxppc-dev


Does anyone know why 64bit kernels do not call release_region in
i8042_platform_exit? Why is it allowed on 32bit kernels?

drivers/input/serio/i8042-io.h

     83 static inline void i8042_platform_exit(void)
     84 {
     85 #if !defined(__sh__) && !defined(__alpha__) && !defined(CONFIG_PPC64)
     86         release_region(I8042_DATA_REG, 16);
     87 #endif
     88 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-09-11  9:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-11  9:30 missing release_region in i8042_exit Olaf Hering

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).