]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[SPARC64]: Fix mask formation in tomatillo_wsync_handler()
authorDavid S. Miller <davem@sunset.davemloft.net>
Sun, 25 Sep 2005 06:06:14 +0000 (23:06 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 25 Sep 2005 06:06:14 +0000 (23:06 -0700)
commit52f26deb7c67d5f34910660200b925c1a2b8df8c
treecf3074fa1d1ac3d67f8b09b8f5f7e46a669b060d
parent898cf0ecb7959db97d71cbce19685ce73a28d47c
[SPARC64]: Fix mask formation in tomatillo_wsync_handler()

"1" needs to be "1UL", this is a 64-bit mask we're creating.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/pci_schizo.c