]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Replace use of GET_64BIT(prop, i) with of_read_number().
authorJon Loeliger <jdl@freescale.com>
Mon, 4 Jun 2007 19:28:44 +0000 (14:28 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 3 Jul 2007 07:48:17 +0000 (02:48 -0500)
commiteba755c70907c8fc4835d85c450fe3daf0666152
tree98a78dd09d861a41b8084bd856f9ebf246844faf
parent0251cfb2521cc155fda1624cb9c88fafc4066eb2
[POWERPC] Replace use of GET_64BIT(prop, i) with of_read_number().

Remove uses of hack GET_64BIT() property macro and use
the more general of_read_number() function from prom.h
as suggested by Milton.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/kernel/pci_64.c