File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ HW_C_SRCS += arch/x86/pm.c
224
224
HW_S_SRCS += arch/x86/wakeup.S
225
225
HW_C_SRCS += arch/x86/trampoline.c
226
226
HW_S_SRCS += arch/x86/sched.S
227
- HW_C_SRCS += arch/x86/cat .c
227
+ HW_C_SRCS += arch/x86/rdt .c
228
228
HW_C_SRCS += arch/x86/sgx.c
229
229
HW_C_SRCS += common/softirq.c
230
230
HW_C_SRCS += common/schedule.c
Original file line number Diff line number Diff line change 7
7
#include <bits.h>
8
8
#include <vm_config.h>
9
9
#include <logmsg.h>
10
- #include <cat .h>
10
+ #include <rdt .h>
11
11
#include <pgtable.h>
12
12
#include <vuart.h>
13
13
Original file line number Diff line number Diff line change 23
23
#include <msr.h>
24
24
#include <ptdev.h>
25
25
#include <logmsg.h>
26
- #include <cat .h>
26
+ #include <rdt .h>
27
27
#include <vboot.h>
28
28
#include <sgx.h>
29
29
#include <uart16550.h>
Original file line number Diff line number Diff line change 15
15
#include <sgx.h>
16
16
#include <guest_pm.h>
17
17
#include <ucode.h>
18
- #include <cat .h>
18
+ #include <rdt .h>
19
19
#include <trace.h>
20
20
#include <logmsg.h>
21
21
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2019 Intel Corporation. All rights reserved.
2
+ * Copyright (C) 2020 Intel Corporation. All rights reserved.
3
3
*
4
4
* SPDX-License-Identifier: BSD-3-Clause
5
5
*/
11
11
#include <cpuid.h>
12
12
#include <errno.h>
13
13
#include <logmsg.h>
14
- #include <cat .h>
14
+ #include <rdt .h>
15
15
#include <board.h>
16
16
#include <vm_config.h>
17
17
#include <msr.h>
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2019 Intel Corporation. All rights reserved.
2
+ * Copyright (C) 2020 Intel Corporation. All rights reserved.
3
3
*
4
4
* SPDX-License-Identifier: BSD-3-Clause
5
5
*/
6
6
7
- #ifndef CAT_H
8
- #define CAT_H
7
+ #ifndef RDT_H
8
+ #define RDT_H
9
9
10
10
/* The intel Resource Director Tech(RDT) based Cache Allocation Tech support */
11
11
struct cat_hw_info {
@@ -27,4 +27,4 @@ void setup_clos(uint16_t pcpu_id);
27
27
int32_t init_cat_cap_info (void );
28
28
uint64_t clos2prq_msr (uint16_t clos );
29
29
30
- #endif /* CAT_H */
30
+ #endif /* RDT_H */
You can’t perform that action at this time.
0 commit comments