Ignore:
Timestamp:
2010-06-20T15:35:39Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6b80696, 7c866dc
Parents:
5ac77cc
Message:

Do not decide which machine_ops to use at link time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/include/machine_func.h

    r5ac77cc r66fcba2  
    5757};
    5858
    59 extern struct arm_machine_ops machine_ops;
     59/** Pointer to arm_machine_ops structure being used. */
     60extern struct arm_machine_ops *machine_ops;
    6061
     62/** Initialize machine_ops pointer. */
     63extern void machine_ops_init(void);
    6164
    6265/** Maps HW devices to the kernel address space using #hw_map. */
Note: See TracChangeset for help on using the changeset viewer.