Skip to content
  • Philippe Gerum's avatar
    ipipe: timer: allocate cpumask dynamically · bd12153d
    Philippe Gerum authored
    When a huge number of CPUs is available (e.g. CONFIG_MAXSMP/x86), we
    might overflow the stack with cpumask_t variables in
    ipipe_select_timer(). Allocate the cpumask we need there dynamically
    instead.
    bd12153d