Eliminate unused variables (see r137912).

This commit is contained in:
Alan Cox 2010-01-07 04:47:09 +00:00
parent 323d80a0a7
commit 0d7e26de54
2 changed files with 0 additions and 4 deletions

View File

@ -110,9 +110,7 @@ IdlePDPT: .long 0 /* phys addr of kernel PDPT */
KPTphys: .long 0 /* phys addr of kernel page tables */
.globl proc0kstack
proc0uarea: .long 0 /* address of proc 0 uarea (unused)*/
proc0kstack: .long 0 /* address of proc 0 kstack space */
p0upa: .long 0 /* phys addr of proc0 UAREA (unused) */
p0kpa: .long 0 /* phys addr of proc0's STACK */
vm86phystk: .long 0 /* PA of vm86/bios stack */

View File

@ -152,9 +152,7 @@ KPTphys: .long 0 /* phys addr of kernel page tables */
gdtset: .long 0 /* GDT is valid */
.globl proc0kstack
proc0uarea: .long 0 /* address of proc 0 uarea (unused)*/
proc0kstack: .long 0 /* address of proc 0 kstack space */
p0upa: .long 0 /* phys addr of proc0 UAREA (unused) */
p0kpa: .long 0 /* phys addr of proc0's STACK */
vm86phystk: .long 0 /* PA of vm86/bios stack */