1. 03 Nov, 2002 5 commits
    • Linus Torvalds's avatar
      966a50da
    • Christoph Hellwig's avatar
      [PATCH] page_alloc.c uClinux bits · ea460046
      Christoph Hellwig authored
      nommu ports need to set a reference on all allocated pages.
      ea460046
    • Christoph Hellwig's avatar
      [PATCH] filemap.c bits for uClinux · ad0ec372
      Christoph Hellwig authored
      Without CONFIG_MMU we don't need to stub out mmap().  Move one function
      around inside filemap.c to need just one ifdef.
      ad0ec372
    • Christoph Hellwig's avatar
      [PATCH] make swap code conditional · abcb2f16
      Christoph Hellwig authored
      Make the swap code conditional on CONFIG_SWAP.  This is mostly for
      uClinux, but !CONFIG_SWAP compiles and boots fine for i386, too -
      the only problem I've seen is that X doesn't starts, it's probably
      shm-related, thus it's disabled unconditionally for "normal" arches.
      
      The patch makes three files in mm/ conditional on CONFIG_SWAP, reorganzies
      include/linux/swap.h big time to provide stubs for the !CONFIG_SWAP case,
      moves the remaining /proc/swaps code to swapfile.c and cleans up some
      more MM code to compile fine without CONFIG_SWAP
      abcb2f16
    • Christoph Hellwig's avatar
      [PATCH] add CONFIG_MMU and CONFIG_SWAP · 0a541971
      Christoph Hellwig authored
      Now that m68knommu and v850 are merged we need all other architectures
      to define CONFIG_SWAP and CONFIG_MMU so that we can make code
      conditional on it.
      0a541971
  2. 02 Nov, 2002 19 commits
  3. 01 Nov, 2002 16 commits