mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 05:04:20 +00:00
selftests/powerpc: Include asm/cputable.h from utils.h
utils.h provides have_hwcap() and have_hwcap2() which check for a feature bit. Those bits are defined in asm/cputable.h, so include it in utils.h so users of utils.h don't have to do it manually. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200819015727.1977134-4-mpe@ellerman.id.au
This commit is contained in:
parent
d89002397c
commit
178282a054
6 changed files with 3 additions and 8 deletions
|
@ -55,8 +55,6 @@
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
#include <asm/cputable.h>
|
|
||||||
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "instructions.h"
|
#include "instructions.h"
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <linux/auxvec.h>
|
#include <linux/auxvec.h>
|
||||||
#include <linux/perf_event.h>
|
#include <linux/perf_event.h>
|
||||||
|
#include <asm/cputable.h>
|
||||||
#include "reg.h"
|
#include "reg.h"
|
||||||
|
|
||||||
/* Avoid headaches with PRI?64 - just use %ll? always */
|
/* Avoid headaches with PRI?64 - just use %ll? always */
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/prctl.h>
|
#include <sys/prctl.h>
|
||||||
#include <asm/cputable.h>
|
|
||||||
|
|
||||||
#include "event.h"
|
#include "event.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
|
@ -12,8 +12,6 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/prctl.h>
|
#include <sys/prctl.h>
|
||||||
|
|
||||||
#include <asm/cputable.h>
|
|
||||||
|
|
||||||
#include "event.h"
|
#include "event.h"
|
||||||
#include "lib.h"
|
#include "lib.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <asm/cputable.h>
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
#define SIZE 256
|
#define SIZE 256
|
||||||
|
|
|
@ -6,9 +6,8 @@
|
||||||
#ifndef _SELFTESTS_POWERPC_TM_TM_H
|
#ifndef _SELFTESTS_POWERPC_TM_TM_H
|
||||||
#define _SELFTESTS_POWERPC_TM_TM_H
|
#define _SELFTESTS_POWERPC_TM_TM_H
|
||||||
|
|
||||||
#include <asm/tm.h>
|
|
||||||
#include <asm/cputable.h>
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <asm/tm.h>
|
||||||
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue