Kernel: kernel.h, move comment about kernel.def to correct location
authorWill Sowerbutts <will@sowerbutts.com>
Sun, 22 Jan 2017 22:48:03 +0000 (22:48 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Sun, 22 Jan 2017 22:48:03 +0000 (22:48 +0000)
Kernel/include/kernel.h

index dd23765..5cc4827 100644 (file)
@@ -434,11 +434,12 @@ typedef struct u_data {
     uaddr_t    u_codebase;     /* 32bit platform base pointers */
 #endif
     int     (*u_sigvec[NSIGS])(int);   /* Array of signal vectors */
-    /**** If you change this top section, also update offsets in "kernel.def" ****/
 
     uint8_t *   u_base;         /* Source or dest for I/O */
     usize_t     u_count;        /* Amount for I/O */
     off_t       u_offset;       /* Place in file for I/O */
+    /**** If you change this top section, also update offsets in "kernel.def" ****/
+
     struct blkbuf *u_buf;
     bool        u_sysio;        /* True if I/O to system space */