Re: [PATCH] hwclock: stop supporting alpha cpu architecture

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 06/26/2018 11:13 PM, Sami Kerola wrote:
> @@ -255,16 +249,7 @@ static int synchronize_to_clock_tick_rtc(const struct hwclock_control *ctl)
>  	} else {
>  		int rc;		/* Return code from ioctl */
>  		/* Turn on update interrupts (one per second) */
> -#if defined(__alpha__) || defined(__sparc__)
> -		/*
> -		 * Not all alpha kernels reject RTC_UIE_ON, but probably
> -		 * they should.
> -		 */
> -		rc = -1;
> -		errno = EINVAL;
> -#else
>  		rc = ioctl(rtc_fd, RTC_UIE_ON, 0);
> -#endif

Are you sure you want to change the code path for SPARC?

Have a nice day,
Berny
--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux