makeversion: redefine as banks per 64K, which means 8bit is unchanged
authorAlan Cox <alan@linux.intel.com>
Sun, 3 Feb 2019 21:24:34 +0000 (21:24 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 3 Feb 2019 21:24:34 +0000 (21:24 +0000)
Kernel/tools/makeversion.c

index a9c5d97..27d8a0c 100644 (file)
@@ -44,7 +44,7 @@ void write_header(FILE *out, char *v, char *sv, char *p)
  */\n\
 struct sysinfoblk {\n\
   uint8_t infosize;            /* For expandability */\n\
-  uint8_t banks;               /* Banks in our 64K (and thus pagesize) */\n\
+  uint8_t banks;               /* Banks in 64K (and thus pagesize) */\n\
   uint8_t max_open;\n\
   uint8_t nproc;               /* Number of processes */\n\
   uint16_t ticks;              /* Tick rate in HZ */\n\