alistair23-linux/arch/microblaze
Michal Simek 41b7602ed1 microblaze: Fix access_ok macro
There is the problem with bit OR (|) because for
some combination is addr | size | addr+size equal
to seq.

For standard kernel setting (kernel starts at 0xC0000000)
is seq for user space 0xBFFFFFFF and everything below
this limit is fine.

But even address 0xBFFFFFFF is fine because it
is below kernel space.

Signed-off-by: Andrew Fedonczuk <andrew.fedonczuk@ericsson.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
2011-10-14 12:24:27 +02:00
..
boot
configs kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT 2011-01-20 17:02:05 -08:00
include/asm microblaze: Fix access_ok macro 2011-10-14 12:24:27 +02:00
kernel microblaze: Clear top bit from cnt32_to_63 2011-10-14 12:24:20 +02:00
lib microblaze: Add loop unrolling for PAGE in copy_tofrom_user 2011-10-14 12:24:26 +02:00
mm mm: now that all old mmu_gather code is gone, remove the storage 2011-05-25 08:39:16 -07:00
oprofile
pci Revert "microblaze: PCI fix typo fault in of_node pointer moving into pci_bus" 2011-07-26 11:29:54 +02:00
platform Fix common misspellings 2011-03-31 11:26:23 -03:00
Kconfig arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} 2011-05-26 17:12:38 -07:00
Kconfig.debug
Makefile Fix common misspellings 2011-03-31 11:26:23 -03:00