linux-kernel-test/arch/tile
Chris Metcalf 918cbd38ae arch/tile: fix pointer cast in cacheflush.c
Pragmatically it couldn't be wrong to cast pointers to long to compare
them (since all kernel addresses are in the top half of VA space),
but it's more correct to cast to unsigned long.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
2012-04-02 12:13:39 -04:00
..
configs arch/tile/configs: convert to minimal configs via "make savedefconfig" 2012-03-14 14:33:16 -04:00
include arch/tile: work around a hardware issue with the return-address stack 2012-04-02 12:12:48 -04:00
kernel arch/tile: fix single-stepping over swint1 instructions on tilegx 2012-04-02 12:13:36 -04:00
kvm virtio: expose for non-virtualization users too 2011-07-23 16:20:30 +09:30
lib arch/tile: fix pointer cast in cacheflush.c 2012-04-02 12:13:39 -04:00
mm arch/tile: fix up locking in pgtable.c slightly 2012-04-02 12:13:22 -04:00
Kbuild
Kconfig arch/tile/Kconfig: don't specify CONFIG_PAGE_OFFSET for 64-bit builds 2012-04-02 12:00:14 -04:00
Kconfig.debug lib: consolidate DEBUG_STACK_USAGE option 2011-05-25 08:39:54 -07:00
Makefile arch/tile/Makefile: use KCFLAGS when figuring out the libgcc path. 2012-04-02 12:12:59 -04:00