pcw8256: don't define un-needed UAREA bits
authorAlan Cox <alan@etchedpixels.co.uk>
Fri, 31 Oct 2014 16:24:26 +0000 (16:24 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Fri, 31 Oct 2014 16:24:26 +0000 (16:24 +0000)
This avoids dragging in extra code we won't be using

Kernel/platform-pcw8256/config.h

index de50ee8..a1aa984 100644 (file)
@@ -34,9 +34,6 @@
 #define SWAPBASE    0x0000     /* We swap the lot in one, include the */
 #define SWAPTOP            0xF000      /* vectors so its a round number of sectors */
 
-#define UDATA_BLOCKS   0       /* We swap the stash not the uarea */
-#define UDATA_SWAPSIZE 0
-
 #define BOOT_TTY       18
 
 #define CMDLINE                NULL