X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-hwcap-ia64.c;h=968c9fb2d4f04f2b21fc614788534314abf64656;hb=79cc1aeccd086b2d9006d6e549426d4ac1ceb80e;hp=30590d723e329606f9716c1e27d1d69c7fd52403;hpb=b86af4848657c5fa6041d0eefa47ac004dc54442;p=mono.git diff --git a/mono/utils/mono-hwcap-ia64.c b/mono/utils/mono-hwcap-ia64.c index 30590d723e3..968c9fb2d4f 100644 --- a/mono/utils/mono-hwcap-ia64.c +++ b/mono/utils/mono-hwcap-ia64.c @@ -1,5 +1,6 @@ -/* - * mono-hwcap-ia64.c: Itanium hardware feature detection +/** + * \file + * Itanium hardware feature detection * * Authors: * Alex Rønne Petersen (alexrp@xamarin.com) @@ -16,24 +17,12 @@ * Copyright 2006 Broadcom * Copyright 2007-2008 Andreas Faerber * Copyright 2011-2013 Xamarin Inc + * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ -#include "mono/utils/mono-hwcap-ia64.h" +#include "mono/utils/mono-hwcap.h" -#if defined(MONO_CROSS_COMPILE) void mono_hwcap_arch_init (void) { } -#else -void -mono_hwcap_arch_init (void) -{ - /* Nothing needed here yet. */ -} -#endif - -void -mono_hwcap_print (FILE *f) -{ -}