Changeset aeca5a3 in mainline
- Timestamp:
- 2011-05-18T10:58:33Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2ff7360, f58154c5
- Parents:
- 68b9f148
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.bzrignore
r68b9f148 raeca5a3 53 53 ./uspace/app/klog/klog 54 54 ./uspace/app/lsusb/lsusb 55 ./uspace/app/mkbd/mkbd 55 56 ./uspace/app/mkfat/mkfat 56 57 ./uspace/app/netstart/netstart -
uspace/drv/uhci-hcd/utils/malloc32.h
r68b9f148 raeca5a3 75 75 return slab_malloc_g(); 76 76 usb_log_warning("Requested %zu bytes, current allocator can't handle " 77 "that amount, pray that the standard malloc will suffice." );77 "that amount, pray that the standard malloc will suffice.", size); 78 78 return memalign(UHCI_STRCUTURES_ALIGNMENT, size); 79 79 }
Note:
See TracChangeset
for help on using the changeset viewer.