Changeset a01f732 in mainline
- Timestamp:
- 2018-11-24T17:27:52Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5aa06ad
- Parents:
- 04c35fca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/drivers/ski.c
r04c35fca ra01f732 107 107 int count = POLL_LIMIT; 108 108 109 if (ski_parea.mapped )109 if (ski_parea.mapped && !console_override) 110 110 return; 111 111 … … 205 205 static void ski_putwchar(outdev_t *dev, wchar_t ch) 206 206 { 207 if (ski_parea.mapped )207 if (ski_parea.mapped && !console_override) 208 208 return; 209 209
Note:
See TracChangeset
for help on using the changeset viewer.