Commit 6f9d1840 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

ntdll: Remove Alpha support.

parent 71af7f1f
......@@ -929,8 +929,6 @@ void fill_cpu_info(void)
cached_sci.Architecture = PROCESSOR_ARCHITECTURE_PPC;
#elif defined(__arm__)
cached_sci.Architecture = PROCESSOR_ARCHITECTURE_ARM;
#elif defined(__ALPHA__)
cached_sci.Architecture = PROCESSOR_ARCHITECTURE_ALPHA;
#elif defined(__sparc__)
cached_sci.Architecture = PROCESSOR_ARCHITECTURE_SPARC;
#else
......
......@@ -90,8 +90,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(server);
static const enum cpu_type client_cpu = CPU_x86;
#elif defined(__x86_64__)
static const enum cpu_type client_cpu = CPU_x86_64;
#elif defined(__ALPHA__)
static const enum cpu_type client_cpu = CPU_ALPHA;
#elif defined(__powerpc__)
static const enum cpu_type client_cpu = CPU_POWERPC;
#elif defined(__sparc__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment