Skip to content

Commit

Permalink
Automatic merge of 'next-test' into merge-test (2023-10-30 18:25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe committed Oct 30, 2023
2 parents 1a2e9d8 + e07c9d1 commit a3a5a06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/configs/ppc64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_KSM=y
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_MEM_SOFT_DIRTY=y
CONFIG_ZONE_DEVICE=y
CONFIG_NET=y
CONFIG_PACKET=y
Expand Down
4 changes: 2 additions & 2 deletions arch/powerpc/kernel/cputable.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#include <asm/setup.h>
#include <asm/cpu_setup.h>

static struct cpu_spec the_cpu_spec __read_mostly;
static struct cpu_spec the_cpu_spec __ro_after_init;

struct cpu_spec* cur_cpu_spec __read_mostly = NULL;
struct cpu_spec* cur_cpu_spec __ro_after_init = NULL;
EXPORT_SYMBOL(cur_cpu_spec);

/* The platform string corresponding to the real PVR */
Expand Down

0 comments on commit a3a5a06

Please sign in to comment.