summaryrefslogtreecommitdiff
path: root/big-little/common/vgic_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'big-little/common/vgic_setup.c')
-rw-r--r--big-little/common/vgic_setup.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/big-little/common/vgic_setup.c b/big-little/common/vgic_setup.c
index 15625cf..e4c960a 100644
--- a/big-little/common/vgic_setup.c
+++ b/big-little/common/vgic_setup.c
@@ -1,23 +1,23 @@
/*
* Copyright (c) 2012, ARM Limited. All rights reserved.
- *
+ *
* Redistribution and use in source and binary forms, with
* or without modification, are permitted provided that the
* following conditions are met:
- *
+ *
* Redistributions of source code must retain the above
- * copyright notice, this list of conditions and the
+ * copyright notice, this list of conditions and the
* following disclaimer.
*
* Redistributions in binary form must reproduce the
- * above copyright notice, this list of conditions and
- * the following disclaimer in the documentation
+ * above copyright notice, this list of conditions and
+ * the following disclaimer in the documentation
* and/or other materials provided with the distribution.
- *
+ *
* Neither the name of ARM nor the names of its
* contributors may be used to endorse or promote products
* derived from this software without specific prior written
- * permission.
+ * permission.
*/
#include "int_master.h"
@@ -29,9 +29,9 @@
/*
* The Big-little spftware needs to bother itself with
- * bareminimal vGIC configuration.
+ * bareminimal vGIC configuration.
*
- * 1. Distributor. Security bits should be taken care of
+ * 1. Distributor. Security bits should be taken care of
* by the boot firmaware after a cold reset. Big-little
* code should initialise private interrupts as secure
* after a warm reset.
@@ -39,11 +39,11 @@
* 2. Physical Cpu interface. Initialised by us after
* both warm and cold reset.
*
- * 3. Virtual CPU interface (HYP view). Initialised by us
+ * 3. Virtual CPU interface (HYP view). Initialised by us
* after cold reset & restored after warm reset.
*
- * 4. Virtual CPU interface (CPU view). Initialised by
- * the payload software after cold reset and restored by
+ * 4. Virtual CPU interface (CPU view). Initialised by
+ * the payload software after cold reset and restored by
* us after a warm reset.
*/
static void gic_cpuinit()
@@ -58,7 +58,7 @@ static void gic_cpuinit()
void SetupVGIC(unsigned warm_reset)
{
- /*
+ /*
* Initialise the HYP view Virtual CPU interface after
* a cold reset
*/
@@ -75,7 +75,7 @@ void SetupVGIC(unsigned warm_reset)
/*
* TODO: Barriers not needed here as there will surely
- * be others further down the line before virtual
+ * be others further down the line before virtual
* exceptions are used.
*/
return;