Changeset 2057572 in mainline for kernel/genarch/src/fb
- Timestamp:
- 2007-03-27T23:40:25Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 399ece9
- Parents:
- 8d37a06
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/fb/fb.c
r8d37a06 r2057572 512 512 sysinfo_set_item_val("fb.visual", NULL, visual); 513 513 sysinfo_set_item_val("fb.address.physical", NULL, addr); 514 sysinfo_set_item_val("fb.address.color", NULL,515 PAGE_COLOR((uintptr_t) fbaddress));516 514 sysinfo_set_item_val("fb.invert-colors", NULL, invert_colors); 517 515
Note:
See TracChangeset
for help on using the changeset viewer.