diff options
author | Damien Zammit <damien@zamaudio.com> | 2023-09-24 10:34:49 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-09-24 14:37:50 +0200 |
commit | 31d45d0d8ee1d8eee96fc2a283a388b6b6aca669 (patch) | |
tree | a95db566461b2cb4d5fac435b32bbc8349664fc3 /kern/ast.h | |
parent | 74a1d4600a53541f5c89d55c6d4efd3210fe992d (diff) | |
download | gnumach-31d45d0d8ee1d8eee96fc2a283a388b6b6aca669.tar.gz gnumach-31d45d0d8ee1d8eee96fc2a283a388b6b6aca669.tar.bz2 gnumach-31d45d0d8ee1d8eee96fc2a283a388b6b6aca669.zip |
cpu_number: Inline widely used simple function
TESTED: on uniprocessor and smp, both behaved as normal.
Message-Id: <20230924103428.455966-2-damien@zamaudio.com>
Diffstat (limited to 'kern/ast.h')
-rw-r--r-- | kern/ast.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -40,7 +40,6 @@ * a set of reasons for an AST, and passing this set to ast_taken. */ -#include "cpu_number.h" #include <kern/kern_types.h> #include <kern/macros.h> #include <machine/ast.h> |