search for: is_enabled_config_arm64

Displaying 2 results from an estimated 2 matches for "is_enabled_config_arm64".

Did you mean: is_enabled_config_arm
2016 Jun 06
2
[PATCH v2] Revert "drm/nouveau/device/pci: set as non-CPU-coherent on ARM64"
...; int diff --git a/lib/include/nvif/os.h b/lib/include/nvif/os.h index 831110904fee..1eda53aa8f45 100644 --- a/lib/include/nvif/os.h +++ b/lib/include/nvif/os.h @@ -130,12 +130,6 @@ typedef dma_addr_t resource_size_t; #define IS_ENABLED_CONFIG_ARM 0 #endif -#if defined(CONFIG_ARM64) -#define IS_ENABLED_CONFIG_ARM64 1 -#else -#define IS_ENABLED_CONFIG_ARM64 0 -#endif - #if defined(CONFIG_IOMMU_API) #define IS_ENABLED_CONFIG_IOMMU_API 1 #else -- 2.8.3
2016 Jun 06
0
[PATCH v2] Revert "drm/nouveau/device/pci: set as non-CPU-coherent on ARM64"
.../lib/include/nvif/os.h > index 831110904fee..1eda53aa8f45 100644 > --- a/lib/include/nvif/os.h > +++ b/lib/include/nvif/os.h > @@ -130,12 +130,6 @@ typedef dma_addr_t resource_size_t; > #define IS_ENABLED_CONFIG_ARM 0 > #endif > > -#if defined(CONFIG_ARM64) > -#define IS_ENABLED_CONFIG_ARM64 1 > -#else > -#define IS_ENABLED_CONFIG_ARM64 0 > -#endif > - > #if defined(CONFIG_IOMMU_API) > #define IS_ENABLED_CONFIG_IOMMU_API 1 > #else >