seL4/include/plat/imx31
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
..
plat Remove many DONT_TRANSLATE markers. 2016-12-12 17:30:50 +11:00
autoconf.h imx32: Update autoconf.h for standalone build 2016-11-22 11:53:29 +11:00