Ignore:
Timestamp:
2006-12-20T22:07:25Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0af7a09
Parents:
deada67
Message:

Fix important comment in kernel/arch/sparc64/src/proc/scheduler.c.

Improve framebuffer code.

Formatting and indentation fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/trap/interrupt.c

    rdeada67 r730376d  
    9898                 */
    9999#ifdef CONFIG_DEBUG
    100                 printf("cpu%d: spurious interrupt (intrcv=%#llx, data0=%#llx)\n", CPU->id, intrcv, data0);
     100                printf("cpu%d: spurious interrupt (intrcv=%#llx, "
     101                        "data0=%#llx)\n", CPU->id, intrcv, data0);
    101102#endif
    102103        }
Note: See TracChangeset for help on using the changeset viewer.