Changeset f651e80 in mainline for kernel/arch/ppc64/src/ppc64.c
- Timestamp:
- 2009-01-08T12:07:38Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7447572
- Parents:
- c571f42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc64/src/ppc64.c
rc571f42 rf651e80 86 86 break; 87 87 default: 88 panic("Unsupported bits per pixel ");88 panic("Unsupported bits per pixel."); 89 89 } 90 90 fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.scanline, visual);
Note:
See TracChangeset
for help on using the changeset viewer.