diff options
| author | FUJITA Tomonori <[email protected]> | 2008-11-19 04:53:42 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2008-11-19 08:11:13 +0000 |
| commit | b4e0f9eb8aeceb22c48fee005378bd19e25216fc (patch) | |
| tree | a4c20bf37279d4ef36f3cfc8d2e4ff9306c1dac9 /net/unix/af_unix.c | |
| parent | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block (diff) | |
| download | kernel-b4e0f9eb8aeceb22c48fee005378bd19e25216fc.tar.gz kernel-b4e0f9eb8aeceb22c48fee005378bd19e25216fc.zip | |
intel-iommu: fix compile warnings
Impact: cleanup
I got the following warnings on IA64:
linux-2.6/drivers/pci/intel-iommu.c: In function 'init_dmars':
linux-2.6/drivers/pci/intel-iommu.c:1658: warning: format '%Lx' expects type 'long long unsigned int', but argument 2 has type 'u64'
linux-2.6/drivers/pci/intel-iommu.c:1663: warning: format '%Lx' expects type 'long long unsigned int', but argument 2 has type 'u64'
Another victim of int-ll64.h versus int-l64.h confusion between platforms.
->reg_base_addr has a type of u64 - which can only be printed out
consistently if we cast its type up to LL.
[ Eventually reg_base_addr should be converted to phys_addr_t, for which
we have the %pR printk helper - but that is out of the scope of late
-rc's. ]
Signed-off-by: FUJITA Tomonori <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
