seL4/src/kernel
Thomas Sewell f658276abb Remove many DONT_TRANSLATE markers.
The vast majority of the DONT_TRANSLATE markers in the kernel are used
to hide __asm__ statements and builtin functions
(e.g. __builtin_unreachable ()) from the C-to-Isabelle parser.

The parser now supports underscore identifiers and many __asm__ statements,
and the builtin functions are prototyped, meaning the vast majority of the
DONT_TRANSLATE markers can be dropped. The remaining markers cover functions
that must be treated specially.
2016-12-12 17:30:50 +11:00
..
boot.c Remove many DONT_TRANSLATE markers. 2016-12-12 17:30:50 +11:00
cspace.c unsigned int -> word_t 2015-12-10 10:45:21 +11:00
faulthandler.c SELFOUR-413: refactor libsel4 fault API 2016-11-25 12:29:07 +11:00
Makefile Release snapshot 2014-07-18 05:03:59 +10:00
thread.c SELFOUR-413: refactor libsel4 fault API 2016-11-25 12:29:07 +11:00