From 9b99d758cd4381bdb22dc1d37da0fc19de1f31af Mon Sep 17 00:00:00 2001
From: foreman
Date: Fri, 15 Apr 2016 15:48:36 -0400
Subject: [PATCH] P4 to Git Change 1258631 by gandryey@gera-w8 on 2016/04/15
15:02:11
SWDEV-86035 - Add PAL backend to OpenCL
- Switch #pragma once
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palappprofile.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbinary.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palconstbuf.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcounters.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldebugger.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldebugmanager.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.hpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.hpp#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprintf.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsched.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palthreadtrace.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paltimestamp.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palwavelimiter.hpp#2 edit
---
rocclr/runtime/device/pal/palappprofile.hpp | 6 +----
rocclr/runtime/device/pal/palbinary.hpp | 5 +----
rocclr/runtime/device/pal/palblit.hpp | 4 +---
rocclr/runtime/device/pal/palconstbuf.hpp | 6 +----
rocclr/runtime/device/pal/palcounters.hpp | 4 +---
rocclr/runtime/device/pal/paldebugger.hpp | 4 +---
rocclr/runtime/device/pal/paldebugmanager.hpp | 5 +----
rocclr/runtime/device/pal/paldefs.hpp | 4 +---
rocclr/runtime/device/pal/paldevice.hpp | 5 +----
rocclr/runtime/device/pal/palkernel.cpp | 1 -
rocclr/runtime/device/pal/palkernel.hpp | 22 +------------------
rocclr/runtime/device/pal/palmemory.hpp | 5 +----
rocclr/runtime/device/pal/palprintf.hpp | 5 +----
rocclr/runtime/device/pal/palprogram.hpp | 5 +----
rocclr/runtime/device/pal/palresource.hpp | 5 +----
rocclr/runtime/device/pal/palsched.hpp | 5 +----
rocclr/runtime/device/pal/palsettings.hpp | 5 +----
rocclr/runtime/device/pal/palthreadtrace.hpp | 5 +----
rocclr/runtime/device/pal/paltimestamp.hpp | 5 +----
rocclr/runtime/device/pal/palvirtual.hpp | 6 +----
rocclr/runtime/device/pal/palwavelimiter.hpp | 5 +----
21 files changed, 20 insertions(+), 97 deletions(-)
diff --git a/rocclr/runtime/device/pal/palappprofile.hpp b/rocclr/runtime/device/pal/palappprofile.hpp
index 63f4965d0f..6f079b34c8 100644
--- a/rocclr/runtime/device/pal/palappprofile.hpp
+++ b/rocclr/runtime/device/pal/palappprofile.hpp
@@ -1,9 +1,7 @@
//
// Copyright (c) 2015 Advanced Micro Devices, Inc. All rights reserved.
//
-
-#ifndef PALAPPPROFILE_HPP_
-#define PALAPPPROFILE_HPP_
+#pragma once
#include
#include