Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1378814

Re: [PATCH v2 2/2] arm64: vhe: Verify CPU Exception Levels

From Suzuki K Poulose <Suzuki.Poulose@arm.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2 2/2] arm64: vhe: Verify CPU Exception Levels
Date 2016-04-14 15:00 +0200
Message-ID <rnP2j-1K8-23@gated-at.bofh.it> (permalink)
References <rn7ND-tV-5@gated-at.bofh.it> <rntl9-1Zc-19@gated-at.bofh.it> <rnOpC-1sB-61@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 14/04/16 13:19, Christoffer Dall wrote:
> On Wed, Apr 13, 2016 at 02:41:33PM +0100, Suzuki K Poulose wrote:

>> diff --git a/arch/arm64/kernel/smp.c b/arch/arm64/kernel/smp.c
>> index b2d5f4e..e97af155 100644
>> --- a/arch/arm64/kernel/smp.c
>> +++ b/arch/arm64/kernel/smp.c
>> @@ -75,6 +75,43 @@ enum ipi_msg_type {
>>   	IPI_WAKEUP
>>   };
>>
>> +#ifdef CONFIG_ARM64_VHE
>> +
>> +/* Whether the boot CPU is running in HYP mode or not*/
>> +bool boot_cpu_hyp_mode;
>
> you can make this static now.

Ah ! Good catch.


>
> Otherwise,
>
> Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>

Thanks
Suzuki

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 2/2] arm64: vhe: Verify CPU Exception Levels Suzuki K Poulose <suzuki.poulose@arm.com> - 2016-04-12 16:50 +0200
  Re: [PATCH 2/2] arm64: vhe: Verify CPU Exception Levels Christoffer Dall <christoffer.dall@linaro.org> - 2016-04-13 13:20 +0200
    Re: [PATCH 2/2] arm64: vhe: Verify CPU Exception Levels Suzuki K Poulose <Suzuki.Poulose@arm.com> - 2016-04-13 13:20 +0200
  [PATCH v2 2/2] arm64: vhe: Verify CPU Exception Levels Suzuki K Poulose <suzuki.poulose@arm.com> - 2016-04-13 15:50 +0200
    Re: [PATCH v2 2/2] arm64: vhe: Verify CPU Exception Levels Christoffer Dall <christoffer.dall@linaro.org> - 2016-04-14 14:20 +0200
      Re: [PATCH v2 2/2] arm64: vhe: Verify CPU Exception Levels Suzuki K Poulose <Suzuki.Poulose@arm.com> - 2016-04-14 15:00 +0200
        Re: [PATCH v2 2/2] arm64: vhe: Verify CPU Exception Levels Will Deacon <will.deacon@arm.com> - 2016-04-15 16:00 +0200

csiph-web