1. 24 May, 2010 2 commits
    • Greg Ungerer's avatar
      m68knommu: remove size limit on non-MMU TASK_SIZE · cc24c405
      Greg Ungerer authored
      The TASK_SIZE define is used in some places as a limit on the size of
      the virtual address space of a process. On non-MMU systems those addresses
      used in comparison will be physical addresses, and they could be anywhere
      in the 32bit physical address space. So for !CONFIG_MMU systems set the
      TASK_SIZE to the maximum physical address.
      Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
      cc24c405
    • Greg Ungerer's avatar
      m68knommu: fix broken use of BUAD_TABLE_SIZE in 68328serial driver · 9fcce0ba
      Greg Ungerer authored
      Commit 8b505ca8 ("serial: 68328serial.c:
      remove BAUD_TABLE_SIZE macro") misses one use of BAUD_TABLE_SIZE. So the
      resulting 68328serial.c does not compile:
      
      drivers/serial/68328serial.c: In function ‘m68328_console_setup’:
      drivers/serial/68328serial.c:1439: error: ‘BAUD_TABLE_SIZE’ undeclared (first use in this function)
      drivers/serial/68328serial.c:1439: error: (Each undeclared identifier is reported only once
      drivers/serial/68328serial.c:1439: error: for each function it appears in.)
      
      Fix that last use of it.
      Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
      Cc: <stable@kernel.org>
      9fcce0ba
  2. 17 May, 2010 1 commit
  3. 16 May, 2010 6 commits
  4. 15 May, 2010 17 commits
  5. 14 May, 2010 14 commits