zephyr/arch/x86/core/intel64
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types
git grep -l 'u\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
	git grep -l 's\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
cpu.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
fatal.c x86: implement user mode on 64-bit 2020-01-13 16:35:10 -05:00
irq.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
locore.S x86_64: instrument code for timing information 2020-05-20 22:36:04 +02:00
thread.c kernel: centralize new thread priority check 2020-04-21 18:45:45 -04:00
userspace.S x86_64: instrument code for timing information 2020-05-20 22:36:04 +02:00