Commit d5acc36c authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] trivial additions to symbold offsets for m68knommu arch

From:  Greg Ungerer <gerg@moreton.com.au>

  Add the new kernel_stat struct offset to the audo-generated offsets
  for arch/m68knommu/kernel/asm-offsets.c.
parent ae4f7b12
......@@ -32,6 +32,9 @@ int main(void)
DEFINE(TASK_MM, offsetof(struct task_struct, mm));
DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
/* offsets into the kernel_stat struct */
DEFINE(STAT_IRQ, offsetof(struct kernel_stat, irqs));
/* offsets into the irq_cpustat_t struct */
DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment