darwin-on-arm / xnu

Porting the Darwin kernel to the AArch64/ARMv7/ARMv6-A architectures.
Other
582 stars 146 forks source link

Some minor fixes #32

Closed x56 closed 8 years ago

x56 commented 8 years ago

osfmk/vm/pmap.h had a missing header include for task_t

pexpert/arm/common/pe_armsupport.c had several copy-paste errors in function descriptions and panic strings

b-man commented 8 years ago

Thanks for catching that mistake, will merge.