File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: 72ffb4b44609ad873ca53b541cef3118e6ce41c4
5
+ refs/heads/try: 4f4b7b10bb7557e47bf9e5a6119e205365f35419
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change 6
6
#include " rust_util.h"
7
7
#include " rust_scheduler.h"
8
8
9
- #include < vector>
10
-
11
9
#define KLOG_ (...) \
12
10
KLOG (this , kern, __VA_ARGS__)
13
11
#define KLOG_ERR_ (field, ...) \
Original file line number Diff line number Diff line change 2
2
#ifndef RUST_KERNEL_H
3
3
#define RUST_KERNEL_H
4
4
5
+ #include " rust_globals.h"
6
+
5
7
#include < map>
6
8
#include < vector>
7
9
8
- #include " rust_globals.h"
9
10
#include " memory_region.h"
10
11
#include " rust_log.h"
11
12
#include " rust_sched_reaper.h"
You can’t perform that action at this time.
0 commit comments