Changeset 45b26dad in mainline for boot/genarch/ofw.c


Ignore:
Timestamp:
2006-09-26T12:59:28Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b44939b
Parents:
6ff1f1e
Message:

sparc64 work:

  • Loader now starts all processors.
  • Kernel halts all but the bootstrup processor for now.
  • Read clock-frequency from the respective processor node in the device tree
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/genarch/ofw.c

    r6ff1f1e r45b26dad  
    8484 * @return Return value returned by the client interface.
    8585 */
    86 static unsigned long ofw_call(const char *service, const int nargs, const int nret, ofw_arg_t *rets, ...)
     86unsigned long ofw_call(const char *service, const int nargs, const int nret, ofw_arg_t *rets, ...)
    8787{
    8888        va_list list;
Note: See TracChangeset for help on using the changeset viewer.