Changeset 721d4e85 in mainline for kernel/arch/sparc64/src/drivers/niagara.c
- Timestamp:
- 2010-02-20T22:23:42Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 61001a9, af56e9b
- Parents:
- aa30c7f (diff), c2efbb4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/drivers/niagara.c
raa30c7f r721d4e85 111 111 static void niagara_putchar(outdev_t *dev, const wchar_t ch, bool silent) 112 112 { 113 if (silent) 114 return; 115 113 116 do_putchar(ch); 114 117 if (ch == '\n')
Note:
See TracChangeset
for help on using the changeset viewer.