From: tip-bot for Dimitri Sivanich <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: sivanich@sgi.com, rja@sgi.com, hpa@zytor.com, sivanich@hpe.com,
linux-kernel@vger.kernel.org, hch@lst.de, mingo@kernel.org,
mike.travis@hpe.com, tglx@linutronix.de, nzimmer@sgi.com
Subject: [tip:timers/core] posix-timers: Remove mmtimer leftovers
Date: Sat, 27 May 2017 04:04:04 -0700 [thread overview]
Message-ID: <tip-f822798e3ced63427d57d128ee8d118126455f84@git.kernel.org> (raw)
In-Reply-To: <20170526130534.GE30788@hpe.com>
Commit-ID: f822798e3ced63427d57d128ee8d118126455f84
Gitweb: http://git.kernel.org/tip/f822798e3ced63427d57d128ee8d118126455f84
Author: Dimitri Sivanich <sivanich@hpe.com>
AuthorDate: Fri, 26 May 2017 23:30:52 +0200
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Sat, 27 May 2017 12:58:46 +0200
posix-timers: Remove mmtimer leftovers
After removing mmtimer, the mmtimer struct can be removed from the k_itimer
struct.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Russ Anderson <rja@sgi.com>
Cc: Dimitri Sivanich <sivanich@sgi.com>
Cc: Mike Travis <mike.travis@hpe.com>
Cc: Nate Zimmer <nzimmer@sgi.com>
Cc: Christoph Hellwig <hch@lst.de>
Link: http://lkml.kernel.org/r/20170526130534.GE30788@hpe.com
---
include/linux/posix-timers.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/include/linux/posix-timers.h b/include/linux/posix-timers.h
index b313ef2..34e893a 100644
--- a/include/linux/posix-timers.h
+++ b/include/linux/posix-timers.h
@@ -73,12 +73,6 @@ struct k_itimer {
} real;
struct cpu_timer_list cpu;
struct {
- unsigned int clock;
- unsigned int node;
- unsigned long incr;
- unsigned long expires;
- } mmtimer;
- struct {
struct alarm alarmtimer;
ktime_t interval;
} alarm;
prev parent reply other threads:[~2017-05-27 11:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-23 7:08 sttus of the Altix mmtimer driver Christoph Hellwig
2017-05-23 15:27 ` status " Thomas Gleixner
2017-05-24 0:36 ` Dimitri Sivanich
2017-05-26 13:05 ` Dimitri Sivanich
2017-05-27 11:04 ` tip-bot for Dimitri Sivanich [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-f822798e3ced63427d57d128ee8d118126455f84@git.kernel.org \
--to=tipbot@zytor.com \
--cc=hch@lst.de \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mike.travis@hpe.com \
--cc=mingo@kernel.org \
--cc=nzimmer@sgi.com \
--cc=rja@sgi.com \
--cc=sivanich@hpe.com \
--cc=sivanich@sgi.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).