Skip to content

Commit

Permalink
x86: Remove obsolete comment from struct per_cpu
Browse files Browse the repository at this point in the history
The "defines above" were removed by 68be464.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
  • Loading branch information
jan-kiszka committed Apr 6, 2015
1 parent 780b36b commit b5ab3a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hypervisor/arch/x86/include/asm/percpu.h
Expand Up @@ -40,7 +40,6 @@

/** Per-CPU states. */
struct per_cpu {
/* Keep these two in sync with defines above! */
/** Stack used while in hypervisor mode. */
u8 stack[PAGE_SIZE];
/** Linux stack pointer, used for handover to hypervisor. */
Expand Down

0 comments on commit b5ab3a3

Please sign in to comment.