[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B004C87.7010406@oracle.com>
Date: Sun, 15 Nov 2009 10:46:31 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>, kzak@...hat.com
Subject: mmotm-1113: efi.c: __divdi3 undefined (i386)
on i386 builds:
fs/built-in.o: In function `last_lba':
efi.c:(.text+0x9d9fe): undefined reference to `__divdi3'
- return (bdev->bd_inode->i_size >> 9) - 1ULL;
+ return (bdev->bd_inode->i_size / bdev_logical_block_size(bdev)) - 1ULL;
--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists