Changeset 282f2c9c in mainline for boot/genarch/ofw.c


Ignore:
Timestamp:
2006-11-16T23:46:27Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f2ea5d8
Parents:
f0f05ad
Message:

Fix bad indentation in ofw.c

sparc64 work:
o Fix copyright in main.c
o Move code from unused parts of the trap table.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/genarch/ofw.c

    rf0f05ad r282f2c9c  
    299299void ofw_quiesce(void)
    300300{
    301     ofw_call("quiesce", 0, 0, NULL);
    302 }
     301        ofw_call("quiesce", 0, 0, NULL);
     302}
Note: See TracChangeset for help on using the changeset viewer.