summaryrefslogtreecommitdiff
path: root/big-little/virtualisor/vgic_trap_handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'big-little/virtualisor/vgic_trap_handler.c')
-rw-r--r--big-little/virtualisor/vgic_trap_handler.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/big-little/virtualisor/vgic_trap_handler.c b/big-little/virtualisor/vgic_trap_handler.c
index 75e1030..063ab40 100644
--- a/big-little/virtualisor/vgic_trap_handler.c
+++ b/big-little/virtualisor/vgic_trap_handler.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 "virtualisor.h"
@@ -76,9 +76,9 @@ void handle_vgic_distif_abort(unsigned pa, unsigned *data, unsigned write)
/* Get the updated cpu interface mask */
value = get_cpuif_mask((*data >> 16) & 0xff) << 16;
value |= *data & ~(0xff << 16);
- /*
+ /*
* Clear the old cpu interface mask & update
- * value with new cpu interface mask
+ * value with new cpu interface mask
*/
write32(pa, value);
} else {