1. 03 Nov, 2002 2 commits
    • 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 19 commits