Sun Mar 22 16:45:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
+ * hw-base.c (hw_finish): Move setting of trace level to here.
+ (hw_create): From here.
+
* hw-base.h, hw-base.c (do_hw_attach_regs): Copy function from
../ppc/device_table.c.
me->nr_size_cells_of_hw_unit = 1;
/* Fill in the (hopefully) defined trace variable */
- if (hw_find_property (hw, "trace?") != NULL)
- hw->trace_of_hw_p = hw_find_boolean_property (hw, "trace?");
+ if (hw_find_property (me, "trace?") != NULL)
+ me->trace_of_hw_p = hw_find_boolean_property (me, "trace?");
/* Allow the real device to override any methods */
me->base_of_hw->descriptor->to_finish (me);