Skip to content

Commit 6518064

Browse files
committed
Merge branch 'for-next/misc' into for-next/core
* for-next/misc: arm64: memory: remove duplicated include arm64: Delete the zero_za macro Documentation/arch/arm64: Fix typo
2 parents ccaeeec + 5cc5ed7 commit 6518064

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

Documentation/arch/arm64/arm-acpi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ When an Arm system boots, it can either have DT information, ACPI tables,
130130
or in some very unusual cases, both. If no command line parameters are used,
131131
the kernel will try to use DT for device enumeration; if there is no DT
132132
present, the kernel will try to use ACPI tables, but only if they are present.
133-
In neither is available, the kernel will not boot. If acpi=force is used
133+
If neither is available, the kernel will not boot. If acpi=force is used
134134
on the command line, the kernel will attempt to use ACPI tables first, but
135135
fall back to DT if there are no ACPI tables present. The basic idea is that
136136
the kernel will not fail to boot unless it absolutely has no other choice.

arch/arm64/include/asm/fpsimdmacros.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,6 @@
242242
| (\nx << 5)
243243
.endm
244244

245-
/*
246-
* Zero the entire ZA array
247-
* ZERO ZA
248-
*/
249-
.macro zero_za
250-
.inst 0xc00800ff
251-
.endm
252-
253245
.macro __for from:req, to:req
254246
.if (\from) == (\to)
255247
_for__body %\from

arch/arm64/include/asm/memory.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,5 @@ void dump_mem_limit(void);
405405
#define INIT_MEMBLOCK_MEMORY_REGIONS (INIT_MEMBLOCK_REGIONS * 8)
406406
#endif
407407

408-
#include <asm-generic/memory_model.h>
409408

410409
#endif /* __ASM_MEMORY_H */

0 commit comments

Comments
 (0)